diff options
author | Teddy Wing | 2021-09-21 20:40:07 +0200 |
---|---|---|
committer | Teddy Wing | 2021-10-06 20:33:11 +0200 |
commit | 25bffbb768f361cf6daa40a55ee78b314557e27c (patch) | |
tree | ab7969b85ff2c945c031bf10511b3d3970bf36c0 /.gitmodules | |
parent | fb45f7acc15a9d7a9f2e4a256dd82461adb6cfd9 (diff) | |
download | dotvim-25bffbb768f361cf6daa40a55ee78b314557e27c.tar.bz2 |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |