Skip to content

nhomble/thought-flow.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

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({}).

About

nvim plugin to annotate files with thoughts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages