diff options
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -90,6 +90,9 @@ command! -nargs=1 Silent command! -nargs=0 Smake \ | execute ':Silent make' +" Don't let match-up mess up the statusline +let g:matchup_matchparen_status_offscreen=0 + " Clean let g:clean_load_cloogle_tags = 1 set statusline+=%{cleanvim#tags#statusline()} |