Change airline theme and add incsearch
This commit is contained in:
parent
dd44dd8638
commit
0fb1e4dc6a
1 changed files with 4 additions and 1 deletions
5
.vimrc
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…
Add table
Add a link
Reference in a new issue