Browse Source

syntastic configs

master
Julio Biason 10 years ago
parent
commit
d894b0007f
  1. 8
      configs/vimrc

8
configs/vimrc

@ -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
" ----------------------------------------------------------------------

Loading…
Cancel
Save