Corrected powerline icons for airline.
Before I was using higher dpi screens I was using the lemon bitmap font. This has the powerline icons in a different location.
This commit is contained in:
parent
bd96a85fed
commit
cfc6cd3a0b
|
@ -62,8 +62,8 @@ Plug 'tpope/vim-rake' , {'for' : 'ruby'}
|
|||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'vim-airline/vim-airline-themes'
|
||||
Plug 'vim-ruby/vim-ruby' , {'for' : 'ruby' }
|
||||
Plug 'w0rp/ale' , Cond(g:has_async)
|
||||
Plug 'wincent/terminus'
|
||||
Plug 'w0rp/ale' , Cond(g:has_async)
|
||||
|
||||
for fpath in split(globpath('~/.vim/plug.d/', '*.vim'), '\n')
|
||||
exe 'source' fpath
|
||||
|
@ -81,13 +81,6 @@ endfor
|
|||
if !exists('g:airline_symbols')
|
||||
let g:airline_symbols = {}
|
||||
endif
|
||||
let g:airline_left_sep = '⮀'
|
||||
let g:airline_right_sep = '⮂'
|
||||
let g:airline_right_alt_sep = '⮃'
|
||||
let g:airline_left_alt_sep = '⮁'
|
||||
let g:airline_symbols.branch = '⭠'
|
||||
let g:airline_symbols.linenr= '⭡'
|
||||
let g:airline_symbols.readonly= '⭤'
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
let g:airline#extensions#tabline#left_sep = ' '
|
||||
let g:airline#extensions#tabline#left_alt_sep = '|'
|
||||
|
|
Loading…
Reference in New Issue
Block a user