From 3055f9243c1ecc40150b7aa3c410a9a1ef5c0022 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 24 Nov 2014 11:03:03 -0500 Subject: Add ls-grep plugin So I can grep my open buffers. --- .gitmodules | 3 +++ bundle/vim-ls-grep | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-ls-grep diff --git a/.gitmodules b/.gitmodules index 0178f69..ae315e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule "bundle/vim-auditory"] path = bundle/vim-auditory url = /Users/tw/Documents/Development/vim-auditory/ +[submodule "bundle/vim-ls-grep"] + path = bundle/vim-ls-grep + url = https://github.com/teddywing/vim-ls-grep.git diff --git a/bundle/vim-ls-grep b/bundle/vim-ls-grep new file mode 160000 index 0000000..10b8ebf --- /dev/null +++ b/bundle/vim-ls-grep @@ -0,0 +1 @@ +Subproject commit 10b8ebf83e008687d9b7b439f1d59fabe13287ce -- cgit v1.2.3