From a9278872afd4013f343c738d2a0a0ff5eb059c3e Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 22 Oct 2015 09:50:07 +0100 Subject: [PATCH] Add and enable jellybeans colour scheme --- .gitmodules | 3 +++ bundle/jellybeans.vim | 1 + vimrc | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 bundle/jellybeans.vim 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