diff options
author | Teddy Wing | 2020-06-13 20:52:39 +0200 |
---|---|---|
committer | Teddy Wing | 2020-06-15 22:38:21 +0200 |
commit | 0e9fc61f849e7ec240632e6b3b9cafb68eb13353 (patch) | |
tree | ad87af83252bbb938b501510ec057f85fd88229f /.gitmodules | |
parent | 72dfc1aeb930043bf1213d2cb8ed8d1317a18cdb (diff) | |
download | dotvim-0e9fc61f849e7ec240632e6b3b9cafb68eb13353.tar.bz2 |
Add 'vim-tbuffer' plugin
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |