From ec3f85ee6f8afdd8b119b9bbc20fbf47d697f575 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 11 Dec 2012 07:47:00 -0600 Subject: [PATCH] Added themes. --- .vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vim/vimrc b/.vim/vimrc index 9f18223..851b80a 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -130,6 +130,9 @@ Bundle 'https://github.com/tpope/vim-fugitive.git' Bundle 'python.vim' Bundle 'https://github.com/nelstrom/vim-blackboard' Bundle 'https://github.com/tomasr/molokai' +Bundle 'https://github.com/tomasr/molokai.git' +Bundle 'https://github.com/zeis/kolor.git' +Bundle 'https://github.com/morhetz/gruvbox.git' filetype plugin indent on