diff options
| -rw-r--r-- | core/autocommands.vim | 2 |
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` |
