aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-09 22:57:40 +0800
committerjdhao <jdhao@hotmail.com>2021-08-09 22:57:40 +0800
commit8e33deac236b2ce9e121e94d09dafe708079e7f3 (patch)
tree9dd5097be0b0eb374eac71bc3566366374c7a1f1
parente0c4b9d8d98c12b2cd1f68e88866d0a0acde8c82 (diff)
update vim-airline settings
-rw-r--r--core/plugins.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/plugins.vim b/core/plugins.vim
index 9af4b61..9bfbe11 100644
--- a/core/plugins.vim
+++ b/core/plugins.vim
@@ -382,7 +382,6 @@ let s:candidate_airlinetheme = ['ayu_mirage', 'lucius', 'ayu_dark', 'base16_brig
\ 'sonokai']
let s:idx = utils#RandInt(0, len(s:candidate_airlinetheme)-1)
let s:theme = s:candidate_airlinetheme[s:idx]
-
let g:airline_theme=s:theme
" Tabline settings
@@ -417,9 +416,7 @@ let g:airline_powerline_fonts = 0
if !exists('g:airline_symbols')
let g:airline_symbols = {}
endif
-let g:airline_symbols.branch = '⎇'
let g:airline_symbols.paste = 'ρ'
-let g:airline_symbols.spell = 'Ꞩ'
" Custom branch name
let g:airline#extensions#branch#custom_head = 'utils#GetGitBranch'