mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
airline tweaks
This commit is contained in:
parent
7c64d36069
commit
d0ff575701
1 changed files with 3 additions and 1 deletions
4
vimrc
4
vimrc
|
|
@ -22,13 +22,15 @@ set timeoutlen=1000
|
||||||
set ttimeoutlen=50
|
set ttimeoutlen=50
|
||||||
|
|
||||||
"airline
|
"airline
|
||||||
|
let g:airline_theme='raven'
|
||||||
if !exists('g:airline_symbols')
|
if !exists('g:airline_symbols')
|
||||||
let g:airline_symbols = {}
|
let g:airline_symbols = {}
|
||||||
endif
|
endif
|
||||||
let g:airline_left_sep=''
|
let g:airline_left_sep=''
|
||||||
let g:airline_right_sep=''
|
let g:airline_right_sep=''
|
||||||
let g:airline_symbols.linenr = ''
|
let g:airline_symbols.linenr = ''
|
||||||
let g:airline_symbols.branch = '⎇'
|
let g:airline_symbols.branch = '⎇'
|
||||||
|
let g:airline_symbols.whitespace = ''
|
||||||
|
|
||||||
"terminal behavior and appearance
|
"terminal behavior and appearance
|
||||||
if !has('gui_running')
|
if !has('gui_running')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue