vimrc-plugins: custom syntastic statusline

This commit is contained in:
Bill Niblock 2017-05-28 11:39:20 -04:00
parent 2a286a1f97
commit 54dd2f1a66

View file

@ -39,6 +39,7 @@ call plug#end()
colorscheme minimalist colorscheme minimalist
" Syntastic configs " Syntastic configs
let g:syntastic_stl_format = "%W{ [•%w] }%E{ [!%e] }"
let g:syntastic_always_populate_loc_list = 1 let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1 let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1 let g:syntastic_check_on_open = 1