From a3e93c3c04810926ed2fdb2fbfee8b799ee37c16 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 25 Jun 2018 12:49:25 +0200 Subject: Don't let match-up mess up the statusline --- vim/.vimrc | 3 +++ 1 file changed, 3 insertions(+) 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()} -- cgit v1.2.3