diff options
-rw-r--r-- | Demo.gif | bin | 0 -> 559600 bytes | |||
-rw-r--r-- | README.md | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/Demo.gif b/Demo.gif Binary files differnew file mode 100644 index 0000000..e822d1c --- /dev/null +++ b/Demo.gif diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c7bd61 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +vim-git-todo +============ + +Use the [`git todo`][git-todo] command to search for TODO lines and load them +into the quickfix list. + + +## Demo + + + +## License +Copyright © 2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). + + +[git-todo]: https://github.com/teddywing/git-todo |