From 88c3381184ab2da5ff823ed2f471102a9d64a3c8 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Wed, 28 Sep 2016 20:15:10 +0200 Subject: vim: replace ag.vim with grepprg setting ag.vim is deprecated and has unclear licensing. https://github.com/rking/ag.vim/issues/124#issuecomment-227038003 --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 30df90d..9c0130f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "fugitive"] path = vim/bundle/fugitive url = https://github.com/tpope/vim-fugitive.git -[submodule "ag"] - path = vim/bundle/ag - url = https://github.com/rking/ag.vim.git [submodule "bufexplorer"] path = vim/bundle/bufexplorer url = https://github.com/jlanzarotta/bufexplorer.git -- cgit v1.2.3