vimrc-plugins: custom syntastic statusline
This commit is contained in:
parent
2a286a1f97
commit
54dd2f1a66
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue