Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-25 | todo: Rename plugin to 'todo-comments' | Teddy Wing | |
This plugin (specifically the `autoload/todo.vim` file) was colliding with the 'vim-twodo' plugin, which uses the same file name. Rename this plugin to prevent name conflicts. | |||
2020-03-12 | todo: Add count support to TODO movement commands | Teddy Wing | |
2020-03-12 | todo: Silence mappings | Teddy Wing | |
2020-03-12 | todo: Add `<Plug>` mappings | Teddy Wing | |
2020-03-12 | todo: Add load guard | Teddy Wing | |
2020-03-12 | todo: Move functions to autoload | Teddy Wing | |
2020-03-12 | Add 'todo' plugin | Teddy Wing | |
Add a plugin with mappings to move to the next and previous TODO. Needs some cleanup and count support. |