From 64a600f41c76fe020d557193f60d10421ada8011 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 26 Jan 2012 15:58:35 +1300 Subject: 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! --- .gitmodules | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3