Change airline theme and add incsearch

This commit is contained in:
Jonathan Hodgson 2016-11-17 14:30:37 +00:00
parent dd44dd8638
commit 0fb1e4dc6a

5
.vimrc
View file

@ -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'