diff options
author | Teddy Wing | 2020-10-04 13:09:56 +0200 |
---|---|---|
committer | Teddy Wing | 2020-10-04 13:09:56 +0200 |
commit | 651ad535a7890697b44a050e3150656b3782f541 (patch) | |
tree | d3f553d5fd1a3ed772ffcb6860380f1758b1cce7 | |
parent | da94442fae40736859787575b65720382c1f231c (diff) | |
download | git-todo-651ad535a7890697b44a050e3150656b3782f541.tar.bz2 |
README: Add a section about the Vim plugin
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,11 @@ To compile from source or install on other platforms: $ cargo uninstall git-todo +## Vim plugin +A Vim plugin is available to facilitate TODO navigation: +https://github.com/teddywing/vim-git-todo + + ## License Copyright © 2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the included COPYING file). |