highlight matches while searching

master
Andrew Coleman 2020-07-15 12:42:35 -04:00
parent 95ed192c92
commit f1d40084b6
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -16,6 +16,8 @@ set expandtab
set listchars=tab:>-,trail:-
set list
set noshowmode
set hlsearch
set incsearch
syntax on
filetype on