Added .vimrc config

This commit is contained in:
Shaun Reed 2019-07-26 16:29:41 -04:00
parent 48ae43dad3
commit 8cfe4d389e
2 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,7 @@ https://github.com/shaunrd0/...
klips/
├──── plates/
│ ├── cpp-cmake (Simple cpp executable template, built using cmake)
│ │
│ └── cpp-launcher (Simple cpp launcher template, built using cmake. Easily expandable.)
├──── refs/
@ -24,10 +25,15 @@ klips/
├──── scripts/
│ └── cmake-build.sh (Script to toss around and build cmake projects)
├──── configs/
│ └──.vimrc (Sets vim tabwidth=2, uses spaces instead of tabs, allows mouse interaction when available.)
# Copy / paste below symbols for editing this README / updating hierarchy
│ ├ ─ └
```
### Scripts

1
configs/.vimrc Normal file
View File

@ -0,0 +1 @@
set tabstop=2 shiftwidth=2 expandtab autoindent mouse=a