diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-09-07 17:11:39 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-09-07 17:11:39 +0100 |
commit | 66967089a03243a9392b4a7455c4a98a4f729ee3 (patch) | |
tree | b46eb06008acb7d609c3683983a11b288bdf4602 /.gitmodules | |
parent | befd8cd8ae55427c9207f91d21bb3c19209970c1 (diff) |
added vim-test submodule
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a8f715c..41f8d6c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "vim/pack/tpope/start/vim-dispatch"] path = vim/pack/tpope/start/vim-dispatch url = https://github.com/tpope/vim-dispatch.git +[submodule "vim/pack/vim-test/opt/vim-test"] + path = vim/pack/vim-test/opt/vim-test + url = https://github.com/vim-test/vim-test.git |