diff options
author | Teddy Wing | 2016-10-26 18:50:58 -0400 |
---|---|---|
committer | Teddy Wing | 2016-10-26 18:50:58 -0400 |
commit | a6a23745b81a9628a1bb879b067aa7c6bc87b942 (patch) | |
tree | deda479246a95c0231f2f1d2ca8f614ae4189330 /.gitmodules | |
parent | 5a90ac916b762bf2f52dfef6c5c6fc4e097ec3f7 (diff) | |
download | dotvim-a6a23745b81a9628a1bb879b067aa7c6bc87b942.tar.bz2 |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |