aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules7
m---------vim/bundle/derailed0
m---------vim/bundle/sahara0
-rw-r--r--vim/vimrc2
4 files changed, 5 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index ff5e2674..4fdaa4e9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -50,6 +50,7 @@
path = vim/bundle/ctrlp
url = git://github.com/kien/ctrlp.vim.git
ignore = dirty
-[submodule "vim/bundle/derailed"]
- path = vim/bundle/derailed
- url = git://github.com/tejr/derailed.git
+[submodule "vim/bundle/sahara"]
+ path = vim/bundle/sahara
+ url = git://github.com/tejr/sahara.git
+ ignore = dirty
diff --git a/vim/bundle/derailed b/vim/bundle/derailed
deleted file mode 160000
-Subproject f297c6771b1a2adf48bd278da1d5a6debed792c
diff --git a/vim/bundle/sahara b/vim/bundle/sahara
new file mode 160000
+Subproject f486337951e25adab2efbf3ed04d5765273614f
diff --git a/vim/vimrc b/vim/vimrc
index 0216c24a..a36a48be 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -52,7 +52,7 @@ endif
if has("syntax")
syntax enable
set background=dark
- silent! colorscheme railscasts
+ silent! colorscheme sahara
if has("folding")
set fillchars=diff:\ ,fold:\ ,vert:\
endif