forked from cohabit/server_config
fix: add missing vim theme plugin
This commit is contained in:
parent
cbbf1a2be8
commit
c64722e16f
|
@ -22,6 +22,7 @@ Plugin 'liuchengxu/vim-which-key'
|
||||||
Plugin 'mhinz/vim-startify'
|
Plugin 'mhinz/vim-startify'
|
||||||
Plugin 'junegunn/fzf'
|
Plugin 'junegunn/fzf'
|
||||||
Plugin 'junegunn/fzf.vim'
|
Plugin 'junegunn/fzf.vim'
|
||||||
|
Plugin 'liuchengxu/space-vim-dark'
|
||||||
|
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
filetype plugin indent on " required
|
filetype plugin indent on " required
|
||||||
|
|
Loading…
Reference in a new issue