From 644e8af39f27aaf00910094a9ed07c628ff8986b Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 7 Aug 2021 21:33:00 +0800 Subject: refactor: set all custom highlight in one function --- core/plugins.vim | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'core/plugins.vim') diff --git a/core/plugins.vim b/core/plugins.vim index 23fb842..8f901fa 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -458,18 +458,6 @@ let g:matchup_delim_noskips = 0 " Show offscreen match pair in popup window let g:matchup_matchparen_offscreen = {'method': 'popup'} -" Change highlight color of matching bracket for better visual effects -augroup matchup_matchparen_highlight - autocmd! - autocmd ColorScheme * highlight MatchParen cterm=underline gui=underline -augroup END - -" Show matching keyword as underlined text to reduce color clutter -augroup matchup_matchword_highlight - autocmd! - autocmd ColorScheme * hi MatchWord cterm=underline gui=underline -augroup END - """""""""""""""""""""""""" asyncrun.vim settings """""""""""""""""""""""""" " Automatically open quickfix window of 6 line tall after asyncrun starts let g:asyncrun_open = 6 -- cgit v1.2.3