aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTeddy Wing2015-07-06 00:17:52 -0400
committerTeddy Wing2015-07-06 00:17:52 -0400
commit52927a37be4b978417c7835cebeed975ef90e0ca (patch)
tree0810b4f94f10d3249207539ee7ad6d1cf2975ca1 /.gitmodules
parent463079578255d69724f16f81b1d9caa016d609d5 (diff)
downloaddotvim-52927a37be4b978417c7835cebeed975ef90e0ca.tar.bz2
Remove 'EasyGrep' plugin
No longer using this one. I've been using ag exclusively, mostly directly from the console but sometimes using the plugin. For find and replace I've gotten more adept at using the arglist, so I haven't used EasyGrep in a long time. It can also be kind of slow, mostly because it doesn't use ag. Not sure if there's a way to integrate the two.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index ae315e0..d1cb382 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,10 +11,6 @@
path = bundle/PreserveNoEOL
url = https://github.com/vim-scripts/PreserveNoEOL.git
ignore = untracked
-[submodule "bundle/EasyGrep"]
- path = bundle/EasyGrep
- url = https://github.com/vim-scripts/EasyGrep.git
- ignore = untracked
[submodule "bundle/vim-indent-guides"]
path = bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git