From 2b9ebd93da314a578704f43fee7cdb2ad63a24b4 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 11 Dec 2012 11:15:16 -0600 Subject: [PATCH] Added theme. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index 7e64795..e40963a 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -128,6 +128,7 @@ Bundle 'https://github.com/tangphillip/SunburstVIM.git' Bundle 'https://github.com/tomasr/molokai.git' Bundle 'https://github.com/zeis/kolor.git' Bundle 'https://github.com/morhetz/gruvbox.git' +Bundle 'https://github.com/trapd00r/neverland-vim-theme.git' filetype plugin indent on