Swapped out powerline for airline [Fix #372]
This commit is contained in:
parent
5f0324b77a
commit
479b763018
8
vim/plugin/settings/airline.vim
Normal file
8
vim/plugin/settings/airline.vim
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
let g:airline_powerline_fonts=1
|
||||||
|
let g:airline_left_sep = '⮀'
|
||||||
|
let g:airline_left_alt_sep = '⮁'
|
||||||
|
let g:airline_right_sep = '⮂'
|
||||||
|
let g:airline_right_alt_sep = '⮃'
|
||||||
|
let g:airline_branch_prefix = '⭠ '
|
||||||
|
let g:airline_readonly_symbol = '⭤'
|
||||||
|
let g:airline_linecolumn_prefix = '⭡'
|
@ -118,7 +118,7 @@ Bundle "vim-scripts/argtextobj.vim"
|
|||||||
" Cosmetics, color scheme, Powerline...
|
" Cosmetics, color scheme, Powerline...
|
||||||
Bundle "chrisbra/color_highlight.git"
|
Bundle "chrisbra/color_highlight.git"
|
||||||
Bundle "skwp/vim-colors-solarized"
|
Bundle "skwp/vim-colors-solarized"
|
||||||
Bundle "skwp/vim-powerline.git"
|
Bundle "bling/vim-airline.git"
|
||||||
Bundle "vim-scripts/TagHighlight.git"
|
Bundle "vim-scripts/TagHighlight.git"
|
||||||
Bundle "itspriddle/vim-jquery.git"
|
Bundle "itspriddle/vim-jquery.git"
|
||||||
Bundle "bogado/file-line.git"
|
Bundle "bogado/file-line.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user