Note
This project is very early stage, and will accept contributions happily, feel free to submit PRs or create issues!
A platform-agnostic issue tracker built for Neovim, inspired by Tsoding's Emacs plugin.
All commands currently available:
- ConvertTodo: Convert a
TODOcomment into aTASK(<HUID>)comment. - PickTasks: INCOMPLETE. DO NOT USE (please).
- NewTask: Make a new task
Note
SETUP IS REQUIRED!!
{
"randomdude16671/huid.nvim",
lazy = true, -- optimize
cmd = { "ConvertTodo", "NewTask" } -- will add PickTasks and other functions after completion
opts = {},
}