Skip to content

Commit

Permalink
highlight link CurSearch IncSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
atweiden committed Sep 24, 2022
1 parent 89e88d7 commit 44cf12c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vim/config/display.vim
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ function! s:Highlight() abort
highlight Search term=bold cterm=bold ctermfg=0 ctermbg=116
highlight clear IncSearch
highlight IncSearch term=bold cterm=bold ctermfg=0 ctermbg=217
highlight clear CurSearch
highlight link CurSearch IncSearch

" matching parens
highlight clear MatchParen
Expand Down

0 comments on commit 44cf12c

Please sign in to comment.