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 +++ bundle/vim-twodo | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-twodo 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 diff --git a/bundle/vim-twodo b/bundle/vim-twodo new file mode 160000 index 0000000..99fe2c6 --- /dev/null +++ b/bundle/vim-twodo @@ -0,0 +1 @@ +Subproject commit 99fe2c62624f279dc2250872da003bc43cee386b -- cgit v1.2.3