diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2016-09-28 20:15:10 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2016-09-28 20:23:19 +0200 |
| commit | 88c3381184ab2da5ff823ed2f471102a9d64a3c8 (patch) | |
| tree | de81551cf381f2a108b9c3e2872ef723c905c235 /.gitmodules | |
| parent | 009bdd05446461924e8b835ffd8f6bec78b77792 (diff) | |
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
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
