From e56e32da1fee21e2d96f746a30af87b105116b88 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 28 May 2015 10:13:52 +1200 Subject: Remove unused and under-used plugins Argumentative - never used in production even once CtrlP - used to use, haven't touched in months Exchange - never used in production even once Twig - only needed on one server to edit someone else's code Undotree - used only once for something that should have been in Git anyway Vimperator - almost never used --- .gitmodules | 18 ------------------ 1 file changed, 18 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 3c741520..ea8a1a8b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,30 +22,12 @@ [submodule "vim/bundle/nagios"] path = vim/bundle/nagios url = git://github.com/tejr/vim-nagios.git -[submodule "vim/bundle/ctrlp"] - path = vim/bundle/ctrlp - url = git://github.com/kien/ctrlp.vim.git [submodule "vim/bundle/sahara"] path = vim/bundle/sahara url = git://github.com/tejr/sahara.git -[submodule "vim/bundle/twig"] - path = vim/bundle/twig - url = git://github.com/lunaru/vim-twig -[submodule "vim/bundle/undotree"] - path = vim/bundle/undotree - url = git://github.com/mbbill/undotree -[submodule "vim/bundle/argumentative"] - path = vim/bundle/argumentative - url = git://github.com/PeterRincker/vim-argumentative -[submodule "vim/bundle/exchange"] - path = vim/bundle/exchange - url = git://github.com/tommcdo/vim-exchange [submodule "vim/bundle/lion"] path = vim/bundle/lion url = git://github.com/tommcdo/vim-lion [submodule "vim/bundle/html5"] path = vim/bundle/html5 url = git://github.com/othree/html5.vim -[submodule "vim/bundle/vimperator"] - path = vim/bundle/vimperator - url = git://github.com/superbrothers/vim-vimperator -- cgit v1.2.3