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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3