File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -627,9 +627,6 @@ if has('autocmd')
627627 \ ' tag' : ' v2.5'
628628 \ })
629629
630- let s: base_cond = has (' nvim' ) ? has (' nvim-0.3.1' ) : has (' patch-8.0.0616' )
631- call plug# (' lifepillar/vim-gruvbox8' , s: base_cond ? {} : s: plug_disable )
632-
633630 let s: base_cond = v: version >= 800
634631 call plug# (' editorconfig/editorconfig-vim' , s: base_cond ? {} : s: plug_disable )
635632 if s: base_cond
@@ -639,6 +636,12 @@ if has('autocmd')
639636 endif
640637 " }}}plug-core
641638
639+ " {{{plug-color
640+ Plug ' lifepillar/vim8-colorschemes'
641+ let s: base_cond = has (' nvim' ) ? has (' nvim-0.3.1' ) : has (' patch-8.0.0616' )
642+ call plug# (' lifepillar/vim-gruvbox8' , s: base_cond ? {} : s: plug_disable )
643+ " }}}plug-color
644+
642645 " {{{plug-autocomplete
643646 " Shared sources
644647 Plug ' Shougo/neco-vim'
You can’t perform that action at this time.
0 commit comments