aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-01-26 19:10:15 +0800
committerjdhao <jdhao@hotmail.com>2022-01-26 19:10:15 +0800
commit22eead5d0f53da769df4b98f5af06d1f5274c6dd (patch)
treee5e0d4017e34de36ce6fca1aa3e71d13afbd4318
parenta6ded3a1543c71e2a8d1221b31b484338589505a (diff)
update matchparen highlight
-rw-r--r--core/autocommands.vim2
1 files changed, 1 insertions, 1 deletions
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`