From 0e9fc61f849e7ec240632e6b3b9cafb68eb13353 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 13 Jun 2020 20:52:39 +0200 Subject: Add 'vim-tbuffer' plugin --- .gitmodules | 3 +++ bundle/vim-tbuffer | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-tbuffer diff --git a/.gitmodules b/.gitmodules index 5c9298c..1f6f368 100644 --- a/.gitmodules +++ b/.gitmodules @@ -122,3 +122,6 @@ [submodule "typescript-vim"] path = bundle/typescript-vim url = https://github.com/leafgarland/typescript-vim.git +[submodule "bundle/vim-tbuffer"] + path = bundle/vim-tbuffer + url = https://github.com/teddywing/vim-tbuffer.git diff --git a/bundle/vim-tbuffer b/bundle/vim-tbuffer new file mode 160000 index 0000000..0b49b81 --- /dev/null +++ b/bundle/vim-tbuffer @@ -0,0 +1 @@ +Subproject commit 0b49b81b64f9e3cc20c829fffedf06652f020630 -- cgit v1.2.3