diff --git a/init.vim b/init.vim index 22d311e..55e205a 100644 --- a/init.vim +++ b/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