|
|
|
@ -314,6 +314,14 @@ let g:NERDTreeWinSize = 20
|
|
|
|
|
noremap <F3> :NERDTreeToggle<CR> |
|
|
|
|
nnoremap <silent> <F2> :NERDTreeFind<CR> |
|
|
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
" Syntastic |
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
let g:syntastic_aggregate_errors = 1 |
|
|
|
|
let g:syntastic_always_populate_loc_list = 1 |
|
|
|
|
let g:syntastic_auto_loc_list = 2 |
|
|
|
|
let g:syntastic_loc_list_height = 4 |
|
|
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
" Lastly, load configurations available only to this computer |
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|