1
0

Create settings specific to AgTech project.

This commit is contained in:
2021-08-25 11:17:22 +02:00
parent de8d2a26b4
commit 517c3343dc

View File

@@ -49,6 +49,12 @@ syntax on
set background=dark set background=dark
colorscheme solarized colorscheme solarized
""" Project-Specific Settings
" Brigham projects
augroup AgTech
au BufRead,BufEnter /home/nicolas/dev/C++/AgTech/* set expandtab tabstop=2 shiftwidth=2
augroup END
""" key remapping """ key remapping
" cursor navigation " cursor navigation
"nmap j gj "nmap j gj