From 22eead5d0f53da769df4b98f5af06d1f5274c6dd Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 26 Jan 2022 19:10:15 +0800 Subject: [PATCH] update matchparen highlight --- core/autocommands.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autocommands.vim b/core/autocommands.vim index d929637..78c0d13 100644 --- a/core/autocommands.vim +++ b/core/autocommands.vim @@ -85,7 +85,7 @@ function! s:custom_highlight() abort highlight FloatBorder guifg=LightGreen guibg=NONE " highlight for matching parentheses - highlight MatchParen cterm=bold,reverse,underline gui=bold,reverse,underline + highlight MatchParen cterm=bold,underline gui=bold,underline endfunction " highlight yanked region, see `:h lua-highlight`