From a6a23745b81a9628a1bb879b067aa7c6bc87b942 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 26 Oct 2016 18:50:58 -0400 Subject: Add 'vim-twodo' plugin This plugin has been sitting uncommitted in my .vim for many months now. I originally hadn't added it to the repo because it wasn't published. Now that it is, I can use the plugin's public Git link. Helps me keep track of my to-dos. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index bd38a6b..adf5172 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule "bundle/vim-space-vlaze"] path = bundle/vim-space-vlaze url = https://github.com/teddywing/vim-space-vlaze.git +[submodule "bundle/vim-twodo"] + path = bundle/vim-twodo + url = https://github.com/teddywing/vim-twodo.git -- cgit v1.2.3