Adds new colorscheme, Nova
This commit is contained in:
parent
f2facdb949
commit
ab3f645cb7
1 changed files with 3 additions and 1 deletions
|
@ -86,6 +86,8 @@ Plugin 'rizzatti/dash.vim'
|
||||||
" Better buffer mgt than CtrlP
|
" Better buffer mgt than CtrlP
|
||||||
Plugin 'yegappan/mru'
|
Plugin 'yegappan/mru'
|
||||||
|
|
||||||
|
Plugin 'zanglg/nova.vim'
|
||||||
|
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
filetype plugin indent on " required
|
filetype plugin indent on " required
|
||||||
" Put your non-Plugin stuff after this line
|
" Put your non-Plugin stuff after this line
|
||||||
|
@ -101,7 +103,7 @@ set shiftwidth=2
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
syntax enable
|
syntax enable
|
||||||
colorscheme hybrid
|
colorscheme nova
|
||||||
|
|
||||||
set termguicolors
|
set termguicolors
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue