diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-07-23 18:03:12 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-07-23 18:03:43 +0200 |
commit | de929dec87b0642acea317424da3bedd4d80e891 (patch) | |
tree | b4564523d147e0a606ce999b61159494da30b124 /.gitmodules | |
parent | 52afe35cfea2b348029351569d2224786748f587 (diff) | |
download | dotfiles-de929dec87b0642acea317424da3bedd4d80e891.tar.gz dotfiles-de929dec87b0642acea317424da3bedd4d80e891.tar.xz |
add vim-ag
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f7940bf..c5981fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule ".vim/bundle/YouCompleteMe"] path = .vim/bundle/YouCompleteMe url = https://github.com/Valloric/YouCompleteMe.git +[submodule ".vim/bundle/ag.vim"] + path = .vim/bundle/ag.vim + url = https://github.com/rking/ag.vim |