From 0fea18fe9291d141ae034285afb9945c3f3c2133 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 5 Nov 2014 11:41:20 -0500 Subject: Add ag.vim plugin Was doing a search for a class in HTML files and realised that I want the files open in vim and in order to do so I would either have to monkey with some shell piping or Control-Z/fg back and forth from ag output to vim whilst remembering which filenames I wanted to open and open them manually. Craziness. Finally installing Ag.vim for these instances when I want to instantly open vim buffers for the files in my search results. --- .gitmodules | 3 +++ bundle/ag | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/ag diff --git a/.gitmodules b/.gitmodules index b40019b..25c3d25 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "bundle/tcomment"] path = bundle/tcomment url = https://github.com/tomtom/tcomment_vim.git +[submodule "bundle/ag"] + path = bundle/ag + url = https://github.com/rking/ag.vim.git diff --git a/bundle/ag b/bundle/ag new file mode 160000 index 0000000..d3a00f8 --- /dev/null +++ b/bundle/ag @@ -0,0 +1 @@ +Subproject commit d3a00f8affb091e7a14eb34f1beb9db9bb57a4bf -- cgit v1.2.3