aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-01-26 15:58:35 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-01-26 15:58:35 +1300
commit64a600f41c76fe020d557193f60d10421ada8011 (patch)
tree71501f04d9bd595ab30e46daec5b9d912c702c67 /.gitmodules
parentUpdated Fugitive. (diff)
downloaddotfiles-64a600f41c76fe020d557193f60d10421ada8011.tar.gz
dotfiles-64a600f41c76fe020d557193f60d10421ada8011.zip
Removed speeddating and taglist plugins.
New rule is that I'll only add a plugin if at least one feature of it solves a problem that I consistently have. * Sahara is my colorscheme. * Fugitive solves too many Git problems to list here, easily the most used plugin on this list. * Surround is really good for precisely wrapping tags in HTML and XHTML. * Repeat supports Surround. * Unimpaired has some generally useful mappings but its killer feature is its inline XML/URL/C escaping/unescaping. Removed speeddating as it's such a niche case, and removed taglist as I don't actually end up doing much C development or stuff with a really complex class hierarchy. Maybe I'll add it in again later. Long live Tim Pope!
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules18
1 files changed, 6 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules
index 7d646a3e..3817b164 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,24 +1,18 @@
-[submodule "vim/bundle/pathogen"]
- path = vim/bundle/pathogen
- url = git://github.com/tpope/vim-pathogen.git
-[submodule "vim/bundle/fugitive"]
- path = vim/bundle/fugitive
- url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/sahara"]
path = vim/bundle/sahara
url = git://github.com/tejr/sahara.git
+[submodule "vim/bundle/fugitive"]
+ path = vim/bundle/fugitive
+ url = git://github.com/tpope/vim-fugitive.git
+[submodule "vim/bundle/pathogen"]
+ path = vim/bundle/pathogen
+ url = git://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/repeat"]
path = vim/bundle/repeat
url = git://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = git://github.com/tpope/vim-surround.git
-[submodule "vim/bundle/speeddating"]
- path = vim/bundle/speeddating
- url = git://github.com/tpope/vim-speeddating.git
[submodule "vim/bundle/unimpaired"]
path = vim/bundle/unimpaired
url = git://github.com/tpope/vim-unimpaired.git
-[submodule "vim/bundle/taglist"]
- path = vim/bundle/taglist
- url = git://github.com/vim-scripts/taglist.vim.git