about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2017-01-04T03·17-0500
committerWilliam Carroll <wpcarro@gmail.com>2017-01-04T03·17-0500
commitab3f645cb753658123bd1301b65601d2e036c4dd (patch)
tree761e4850a1156a0f0dcaaf7d6f1de507bed9a62c /configs
parentf2facdb949b2494941d15d9fb32f0195c432fe03 (diff)
Adds new colorscheme, Nova
Diffstat (limited to 'configs')
-rw-r--r--configs/.vimrc4
1 files changed, 3 insertions, 1 deletions
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