1
0
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:
jdhao 2021-08-16 00:16:01 +08:00
parent d7b89e92fe
commit 0a78be783b

View File

@ -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'