From 3860af49f91047470f91ef1faa04fcbe4e48fddc Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 8 Apr 2018 01:18:18 +0200 Subject: Add 'vim-tabs-grep' plugin Provides a `:TabsGrep` command that enables `:tabs` output to be filtered, making it easier to find out which tab a file is on. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 078c3c6..380049c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -83,3 +83,6 @@ [submodule "bundle/vim-rails-locale-alternate"] path = bundle/vim-rails-locale-alternate url = https://github.com/teddywing/vim-rails-locale-alternate.git +[submodule "bundle/vim-tabs-grep"] + path = bundle/vim-tabs-grep + url = https://github.com/teddywing/vim-tabs-grep.git -- cgit v1.2.3