diff options
author | Teddy Wing | 2018-04-08 01:18:18 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-08 01:18:18 +0200 |
commit | 3860af49f91047470f91ef1faa04fcbe4e48fddc (patch) | |
tree | 4cb7a2eae32aa43dd73644e03789a1880381e4a8 /.gitmodules | |
parent | 4918150bb463678b1a5eebfe0b8138d4cc7fb82a (diff) | |
download | dotvim-3860af49f91047470f91ef1faa04fcbe4e48fddc.tar.bz2 |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |