vim hlsearch

This commit is contained in:
Lionel 2022-09-15 15:03:59 +10:00
parent ba733a2f53
commit e4a544e8b6

View File

@ -4,6 +4,7 @@ set background=dark
set mouse=i
set number
set modeline
set hlsearch
if filereadable("/etc/vim/vimrc.local")
source /etc/vim/vimrc.local
endif