From efd86f44674e6d3c4171995d08f8fbc21ee79cd1 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 5 Nov 2021 20:52:39 +0800 Subject: [PATCH] change matchparen highlight --- core/autocommands.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autocommands.vim b/core/autocommands.vim index 9fa0ea6..518790c 100644 --- a/core/autocommands.vim +++ b/core/autocommands.vim @@ -70,7 +70,7 @@ function! s:custom_highlight() abort highlight FloatBorder guifg=LightGreen guibg=NONE " highlight for matching parentheses - highlight MatchParen cterm=underline gui=underline guifg=black guibg=#f08e51 + highlight MatchParen cterm=bold,reverse,underline gui=bold,reverse,underline endfunction " highlight yanked region, see `:h lua-highlight`