Change airline theme and add incsearch

master
Jonathan Hodgson 8 years ago
parent dd44dd8638
commit 0fb1e4dc6a
  1. 5
      .vimrc

@ -21,10 +21,13 @@ set tabstop=4
" Add invisivle character reperesentation " Add invisivle character reperesentation
set list listchars=tab:»\ ,trail:\␣,eol:↩ set list listchars=tab:»\ ,trail:\␣,eol:↩
" make search highlight as you type
set incsearch
" Set Gui Font " Set Gui Font
" set guifont=fira_code " set guifont=fira_code
" Airline " Airline
set laststatus=2 set laststatus=2
let g:airline_powerline_fonts = 1 let g:airline_powerline_fonts = 1
let g:airline_theme='solarized' let g:airline_theme='dark'

Loading…
Cancel
Save