aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorCamil Staps2018-06-25 12:49:25 +0200
committerCamil Staps2018-06-25 12:49:25 +0200
commita3e93c3c04810926ed2fdb2fbfee8b799ee37c16 (patch)
tree0e9f10a2eb85928b824927b578cfc349980ec3ed /vim/.vimrc
parentneovim: ESC clears search highlights (diff)
Don't let match-up mess up the statusline
Diffstat (limited to 'vim/.vimrc')
-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()}