diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-16 00:16:01 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-16 00:16:01 +0800 |
| commit | 0a78be783b651ab2fad49c995bf4a7b38bc5974f (patch) | |
| tree | 7252486bc92b8038909ad2710cecf69ccd0f1f6f /core | |
| parent | d7b89e92fea895e25153c33340af939c654f69a7 (diff) | |
update vim-airline settings
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index cf0b638..f4d2fa3 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -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' |
