mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update vim-airline settings
This commit is contained in:
parent
d7b89e92fe
commit
0a78be783b
@ -405,6 +405,10 @@ if !exists('g:airline_symbols')
|
||||
let g:airline_symbols = {}
|
||||
endif
|
||||
let g:airline_symbols.paste = 'ρ'
|
||||
if !g:is_linux
|
||||
let g:airline_symbols.branch = ''
|
||||
let g:airline_symbols.spell = 'Ꞩ'
|
||||
endif
|
||||
|
||||
" Custom branch name
|
||||
let g:airline#extensions#branch#custom_head = 'utils#GetGitBranch'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user