refactor(vim): don't highlight search results

I have been using this quite a lot and have not missed the search
highlights. When this was on would alway search then use `:noh` to
remove all the highlighting.
This commit is contained in:
Ade Attwood 2023-11-04 07:28:30 +00:00
parent 2cf91cdb16
commit 6ba33108e2

View file

@ -8,6 +8,7 @@ set clipboard=unnamedplus
" Setup better searching
set ignorecase
set incsearch
set nohlsearch
set smartcase
" Stay 20 chars from the top and bottom of the buffer so I am always editing