From ab3f645cb753658123bd1301b65601d2e036c4dd Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 3 Jan 2017 22:17:24 -0500 Subject: Adds new colorscheme, Nova --- configs/.vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/.vimrc b/configs/.vimrc index 24e1f982cc39..62880d34d8a6 100644 --- a/configs/.vimrc +++ b/configs/.vimrc @@ -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 -- cgit 1.4.1