From bb3365b56d8080efb24a2050dbaba9cef0d155da Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Fri, 28 Sep 2012 13:58:36 -0500 Subject: [PATCH] Added the tomorrow theme bundle. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index 740e8c1..3c05433 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -121,6 +121,7 @@ Bundle 'https://github.com/w0ng/vim-hybrid.git' Bundle 'https://github.com/blackgate/tropikos-vim-theme.git' Bundle 'https://github.com/zaki/zazen.git' Bundle 'https://github.com/jonathanfilip/vim-lucius.git' +Bundle 'https://github.com/chriskempson/vim-tomorrow-theme.git' filetype plugin indent on