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
|
||||
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
|
||||
" cursor navigation
|
||||
"nmap j gj
|
||||
|
||||
Reference in New Issue
Block a user