Don't let vim-matchup overwrite statusline

This commit is contained in:
Kenneth Benzie 2020-05-14 12:53:21 +01:00
parent 3ffda34a29
commit 158a6f5585

1
vimrc
View File

@ -151,6 +151,7 @@ endif
Pack 'wincent/replay' Pack 'wincent/replay'
" vim-matchit - Improved % matching " vim-matchit - Improved % matching
Pack 'andymass/vim-matchup' Pack 'andymass/vim-matchup'
let g:matchup_matchparen_offscreen = {'method': 'status_manual'}
" vim-table-mode - Easy table manipulation " vim-table-mode - Easy table manipulation
Pack 'dhruvasagar/vim-table-mode' Pack 'dhruvasagar/vim-table-mode'