aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-27 00:02:45 +0800
committerjdhao <jdhao@hotmail.com>2021-08-27 00:02:45 +0800
commitaa6af21a15b8745a182056b5fda893fef2267661 (patch)
tree58ecde732fa5e3c8ab4ab07eb439dd2e4f9bf02c /core/plugins.vim
parent10ad680328578dd4480e514f8fad11b291202fd5 (diff)
Colorscheme plugins as opt plugins
Diffstat (limited to 'core/plugins.vim')
-rw-r--r--core/plugins.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/plugins.vim b/core/plugins.vim
index b3f9dbb..8ee0ee0 100644
--- a/core/plugins.vim
+++ b/core/plugins.vim
@@ -373,8 +373,7 @@ endif
"""""""""""""""""""""""""""vim-airline setting""""""""""""""""""""""""""""""
" Set airline theme to a random one if it exists
let s:candidate_airlinetheme = ['ayu_mirage', 'lucius', 'ayu_dark', 'base16_bright',
- \ 'base16_adwaita', 'raven', 'term', 'gruvbox_material', 'deus', 'edge', 'onedark',
- \ 'sonokai']
+ \ 'base16_adwaita', 'raven', 'term', 'deus', 'onedark']
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