Adds new colorscheme, Nova

This commit is contained in:
William Carroll 2017-01-03 22:17:24 -05:00
parent f2facdb949
commit ab3f645cb7

View file

@ -86,6 +86,8 @@ Plugin 'rizzatti/dash.vim'
" Better buffer mgt than CtrlP
Plugin 'yegappan/mru'
Plugin 'zanglg/nova.vim'
call vundle#end() " required
filetype plugin indent on " required
" Put your non-Plugin stuff after this line
@ -101,7 +103,7 @@ set shiftwidth=2
set background=dark
syntax enable
colorscheme hybrid
colorscheme nova
set termguicolors