diff --git a/.gitmodules b/.gitmodules index 9733f4c..9f45c9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "bundle/ctrlp.vim"] path = bundle/ctrlp.vim url = https://github.com/kien/ctrlp.vim.git +[submodule "bundle/jellybeans.vim"] + path = bundle/jellybeans.vim + url = https://github.com/nanotech/jellybeans.vim.git diff --git a/bundle/jellybeans.vim b/bundle/jellybeans.vim new file mode 160000 index 0000000..f931895 --- /dev/null +++ b/bundle/jellybeans.vim @@ -0,0 +1 @@ +Subproject commit f931895c20681684278aef2ffd810730b9c36ec3 diff --git a/vimrc b/vimrc index 9132840..3a22bfe 100644 --- a/vimrc +++ b/vimrc @@ -41,7 +41,7 @@ if has("gui_running") set lines=40 try - colorscheme solarized + colorscheme jellybeans catch /^Vim\%((\a\+)\)\=:E185/ colorscheme darkblue endtry