From 25bffbb768f361cf6daa40a55ee78b314557e27c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 21 Sep 2021 20:40:07 +0200 Subject: Add 'vim-git-todo' plugin I've been using this locally on one machine since I finished writing the plugin, but apparently forgot to add it to my .vim. --- .gitmodules | 3 +++ bundle/vim-git-todo | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-git-todo diff --git a/.gitmodules b/.gitmodules index 58ee579..3b2524e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -124,3 +124,6 @@ [submodule "bundle/vlime"] path = bundle/vlime url = https://github.com/vlime/vlime.git +[submodule "bundle/vim-git-todo"] + path = bundle/vim-git-todo + url = https://github.com/teddywing/vim-git-todo.git diff --git a/bundle/vim-git-todo b/bundle/vim-git-todo new file mode 160000 index 0000000..a26d6b0 --- /dev/null +++ b/bundle/vim-git-todo @@ -0,0 +1 @@ +Subproject commit a26d6b05b6607ab5236608cfedd5cd56b392162e -- cgit v1.2.3