From 54dd2f1a66407e0491d2d340f65949ecbed99d08 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sun, 28 May 2017 11:39:20 -0400 Subject: [PATCH] vimrc-plugins: custom syntastic statusline --- vim/vimrc-plugins | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc-plugins b/vim/vimrc-plugins index 4c273f4..5863bef 100644 --- a/vim/vimrc-plugins +++ b/vim/vimrc-plugins @@ -39,6 +39,7 @@ call plug#end() colorscheme minimalist " Syntastic configs +let g:syntastic_stl_format = "%W{ [•%w] }%E{ [!%e] }" let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 1 let g:syntastic_check_on_open = 1