From 1cde2eee415fa6bd403289fe22f02036d49ab6ca Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 9 Sep 2012 15:34:31 +1200 Subject: Changed vim colorschemes --- .gitmodules | 7 +++---- vim/bundle/derailed | 1 + vim/bundle/sahara | 1 - vim/vimrc | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) create mode 160000 vim/bundle/derailed delete mode 160000 vim/bundle/sahara diff --git a/.gitmodules b/.gitmodules index f1b26aa6..ff5e2674 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,3 @@ -[submodule "vim/bundle/sahara"] - path = vim/bundle/sahara - url = git://github.com/tejr/sahara.git - ignore = dirty [submodule "vim/bundle/fugitive"] path = vim/bundle/fugitive url = git://github.com/tpope/vim-fugitive.git @@ -54,3 +50,6 @@ 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 diff --git a/vim/bundle/derailed b/vim/bundle/derailed new file mode 160000 index 00000000..f297c677 --- /dev/null +++ b/vim/bundle/derailed @@ -0,0 +1 @@ +Subproject commit f297c6771b1a2adf48bd278da1d5a6debed792cc diff --git a/vim/bundle/sahara b/vim/bundle/sahara deleted file mode 160000 index f4863379..00000000 --- a/vim/bundle/sahara +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f486337951e25adab2efbf3ed04d5765273614fe diff --git a/vim/vimrc b/vim/vimrc index a01a80c3..f3b331a4 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -52,7 +52,7 @@ endif if has("syntax") syntax enable set background=dark - silent! colorscheme sahara + silent! colorscheme railscasts if has("folding") set fillchars=diff:\ ,fold:\ ,vert:\ endif -- cgit v1.2.3