Add and enable jellybeans colour scheme
This commit is contained in:
parent
b07d840b52
commit
a9278872af
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
bundle/jellybeans.vim
Submodule
1
bundle/jellybeans.vim
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f931895c20681684278aef2ffd810730b9c36ec3
|
2
vimrc
2
vimrc
|
@ -41,7 +41,7 @@ if has("gui_running")
|
|||
set lines=40
|
||||
|
||||
try
|
||||
colorscheme solarized
|
||||
colorscheme jellybeans
|
||||
catch /^Vim\%((\a\+)\)\=:E185/
|
||||
colorscheme darkblue
|
||||
endtry
|
||||
|
|
Loading…
Reference in a new issue