feat (vimrc): add highlight for search results

This commit is contained in:
eeemsi 2023-01-20 20:37:43 +01:00
parent 124a1f012c
commit 0d5af8da0f
1 changed files with 2 additions and 2 deletions

4
vimrc
View File

@ -10,8 +10,8 @@ set background=dark
" Highlight the screen line of the cursor
set cursorline
" Ignore case in search patterns
set ignorecase
" Ignore case in search patterns and hihglight search results
set ignorecase hlsearch
" enable syntax highlighting
syntax on