With current theme I'm happy to have hlsearch on.

This commit is contained in:
Bartek Stalewski 2022-04-06 17:13:58 +02:00
parent ad37879c01
commit 0bbfe41935

View File

@ -17,6 +17,7 @@ call plug#end()
set title
set number
set gdefault
set hlsearch
set wildmenu
set nobackup
set incsearch
@ -25,7 +26,6 @@ set smartcase
set splitbelow
set splitright
set ignorecase
set nohlsearch
set autoindent
set noshowmode
set shiftround