From e6ecc051109128a6980c441c0ebd812aaa70c2e1 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Thu, 31 Jan 2013 10:09:24 -0600 Subject: [PATCH] Added 'holokai' theme. --- .vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vim/vimrc b/.vim/vimrc index ada7f6d..50727cf 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -135,6 +135,8 @@ Bundle 'https://github.com/zeis/vim-kolor.git' Bundle 'https://github.com/morhetz/gruvbox.git' Bundle 'https://github.com/trapd00r/neverland-vim-theme.git' Bundle 'https://github.com/chriskempson/base16-vim.git' +"Bundle 'https://github.com/changyuheng/holokai.git' +Bundle 'https://github.com/ryanc/holokai.git' filetype plugin indent on