aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index e591d16..48c654d 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -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()}