Configure airline
This commit is contained in:
parent
323b4d8912
commit
580d6bccdd
1 changed files with 8 additions and 0 deletions
8
.vimrc
8
.vimrc
|
@ -20,3 +20,11 @@ set tabstop=4
|
||||||
|
|
||||||
" Add invisivle character reperesentation
|
" Add invisivle character reperesentation
|
||||||
set list listchars=tab:»\ ,trail:\␣,eol:↩
|
set list listchars=tab:»\ ,trail:\␣,eol:↩
|
||||||
|
|
||||||
|
" Set Gui Font
|
||||||
|
" set guifont=fira_code
|
||||||
|
|
||||||
|
" Airline
|
||||||
|
set laststatus=2
|
||||||
|
let g:airline_powerline_fonts = 1
|
||||||
|
let g:airline_theme='solarized'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue