Author: Kyle Fuller <inbox@kylefuller.co.uk> 2012-02-29 23:35:30 +0000 +0000
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2012-02-29 23:35:30 +0000 +0000
Commit: 949a982a417b16ad85eea7d18092f1383033eceb
Parent: fa8184cdbe2561b40be51a3e248054bbd0972332
Switch to jellybeans in vim
diff --git a/.gitmodules b/.gitmodules
index 373b5f868b504456cf6138713d7b5a2dbe44d951..bfef0f5d70bf2ebafbd3d1b59dca9c067f4fcd91 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@ url = git://github.com/kennethreitz/autoenv.git
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
+[submodule ".vim/bundle/jellybeans"]
+ path = .vim/bundle/jellybeans
+ url = https://github.com/nanotech/jellybeans.vim.git
diff --git a/.vimrc b/.vimrc
index 31c2b625c920bdc10c5f7d4651b250b9794195eb..9901d54706c39dd4295862e48239876da4fcb8c6 100644
--- a/.vimrc
+++ b/.vimrc
@@ -57,3 +57,5 @@ command! Wc :w !wc
" Restructured text to pdf then open the pdf
command! Rp :!rst2pdf % && open %:r.pdf
+
+color jellybeans