From aa6af21a15b8745a182056b5fda893fef2267661 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 27 Aug 2021 00:02:45 +0800 Subject: Colorscheme plugins as opt plugins --- core/plugins.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/plugins.vim') 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 -- cgit v1.2.3