Create settings specific to AgTech project.
This commit is contained in:
6
init.vim
6
init.vim
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user