update vim config

This commit is contained in:
Alex Yatskov 2019-06-10 08:27:00 -07:00
parent 34b3fc8953
commit c88fdd7dc0

View File

@ -18,6 +18,7 @@ set guicursor=n:blinkon0
set hidden set hidden
set history=1000 set history=1000
set hlsearch set hlsearch
set ignorecase
set incsearch set incsearch
set laststatus=2 set laststatus=2
set linebreak set linebreak
@ -58,7 +59,7 @@ if has('gui_running')
if has('unix') if has('unix')
set guifont=Source\ Code\ Pro\ Regular\ 12 set guifont=Source\ Code\ Pro\ Regular\ 12
else else
set guifont=Source\ Code\ Pro\ Regular:h12 set guifont=Terminus:h12
endif endif
endif endif