draught down some notes (with context) that don't belong as actual TODOs
in your VCS.
{
"nhomble/thought-flow.nvim"
}
capture
capture your thought
require("thought-flow").capture()
review
review your thoughts
require("thought-flow").review()
clear
clear your thoughts
require("thought-flow").clear()
<CR>
to open file/line number where thought was capturedD
to remove the thought
The options are available in config.lua. You can override the configuration there with require("thought-flow").setup({})
.