This plugin aims to make managing your task a bit easier, by providing tools, that make handling Check-Lists easier.
nvim-tasklist-demo.mp4
{
"rocco-gossmann/nvim-tasklist",
init = function()
require("nvim-tasklist").setup()
end
}
( feel free to add instructions for other Packagemanagers via PR 😉 )
You get 5 new Commands to work with
Add as Checkbox to the current or highlighted line(s)
removes the checkbox and added Task-Info from the current or highlighted line(s)
adds a @started
timestamp to the current or highlighted line(s)
adds a @canceled
timestamp to the current or highlighted line(s)
adds a @done
timestamp to the current or highlighted line(s)
To adress the Elephant in the Room. This plugin is very much inspired by the "Todo+" VSCode-Plugin by @fabiospampinato (https://github.com/fabiospampinato/vscode-todo-plus) I just like the way he's handling the Checklists, and wanted something similar for NeoVim.