From 049f376d3f4da327e352d0b7acd88e9a2245c221 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Mon, 18 Jan 2016 11:08:45 -0700 Subject: [PATCH] vim: remove ag.vim plugin Not using this. It can be faster than grep, but grep has given me no grief, grep is integrated with fugutive, etc. --- .gitmodules | 4 ---- vim/bundle/ag.vim | 1 - 2 files changed, 5 deletions(-) delete mode 160000 vim/bundle/ag.vim diff --git a/.gitmodules b/.gitmodules index ef04f30..e355fd0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,10 +2,6 @@ path = vim/bundle/vim-pathogen url = git://github.com/tpope/vim-pathogen.git ignore = untracked -[submodule "vim/bundle/ag.vim"] - path = vim/bundle/ag.vim - url = https://github.com/rking/ag.vim.git - ignore = untracked [submodule "vim/bundle/delimitMate"] path = vim/bundle/delimitMate url = https://github.com/Raimondi/delimitMate.git diff --git a/vim/bundle/ag.vim b/vim/bundle/ag.vim deleted file mode 160000 index 6600953..0000000 --- a/vim/bundle/ag.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6600953fc7c85ca43216abf4765118994bf0cc5f -- 2.39.2