From 158a6f558503de65d36653cf01e4764a8d4f0ebf Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 14 May 2020 12:53:21 +0100 Subject: [PATCH] Don't let vim-matchup overwrite statusline --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 04aee5d..cbbfe14 100644 --- a/vimrc +++ b/vimrc @@ -151,6 +151,7 @@ endif Pack 'wincent/replay' " vim-matchit - Improved % matching Pack 'andymass/vim-matchup' +let g:matchup_matchparen_offscreen = {'method': 'status_manual'} " vim-table-mode - Easy table manipulation Pack 'dhruvasagar/vim-table-mode'