From d35ba540144a7324918ba75126d9c83624589983 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Thu, 24 Apr 2014 18:22:51 -0700 Subject: [PATCH] Add jellybeans colorscheme and bufferline plugin --- vim-files/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim-files/vimrc b/vim-files/vimrc index 4dd001c..ef76df0 100644 --- a/vim-files/vimrc +++ b/vim-files/vimrc @@ -22,7 +22,9 @@ Bundle 'tomtom/tcomment_vim' Bundle 'tpope/vim-characterize' Bundle 'klen/python-mode' Bundle 'jonathanfilip/vim-lucius' +Bundle 'nanotech/jellybeans.vim' Bundle 'majutsushi/tagbar' +Bundle 'bling/vim-bufferline' Bundle 'sjl/gundo.vim' Bundle 'SirVer/ultisnips' Bundle 'kien/ctrlp.vim'