diff --git a/.vimrc b/.vimrc index 36c5c06..6f78c29 100644 --- a/.vimrc +++ b/.vimrc @@ -21,10 +21,13 @@ set tabstop=4 " Add invisivle character reperesentation set list listchars=tab:»\ ,trail:\␣,eol:↩ +" make search highlight as you type +set incsearch + " Set Gui Font " set guifont=fira_code " Airline set laststatus=2 let g:airline_powerline_fonts = 1 -let g:airline_theme='solarized' +let g:airline_theme='dark'