Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 748 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 748 Bytes

thought flow (plugin)

draught down some notes (with context) that don't belong as actual TODOs in your VCS.

Installation

lazy

{
  "nhomble/thought-flow.nvim"
}

API

capture

capture your thought

require("thought-flow").capture()

review

review your thoughts

require("thought-flow").review()

clear

clear your thoughts

require("thought-flow").clear()

Menu Actions

  • <CR> to open file/line number where thought was captured
  • D to remove the thought

Configuration

The options are available in config.lua. You can override the configuration there with require("thought-flow").setup({}).