diff options
| author | Camil Staps | 2018-06-25 12:49:25 +0200 | 
|---|---|---|
| committer | Camil Staps | 2018-06-25 12:49:25 +0200 | 
| commit | a3e93c3c04810926ed2fdb2fbfee8b799ee37c16 (patch) | |
| tree | 0e9f10a2eb85928b824927b578cfc349980ec3ed /vim | |
| parent | neovim: ESC clears search highlights (diff) | |
Don't let match-up mess up the statusline
Diffstat (limited to 'vim')
| -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()} | 
