From 52927a37be4b978417c7835cebeed975ef90e0ca Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 6 Jul 2015 00:17:52 -0400 Subject: 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. --- .gitmodules | 4 ---- 1 file changed, 4 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3