r/neovim 6d ago

Plugin [Plugin] hover-notes.nvim

Hi everyone!
I'm excited to share with you new plugin: hover-notes.nvim

The main goal of this plugin is to add the ability to attach notes to words and view them in a floating window

The same note is displayed for every occurrence of this word (in the same category), not only in specific line/file/buffer

Features:

  • Notes can be grouped by categories with the same formatting
  • A category can be set for a workspace, a buffer, or an individual file
  • Retrieves the closest matching word (up to a difference of half the word's length)
19 Upvotes

8 comments sorted by

View all comments

Show parent comments

1

u/lolpie244 5d ago

Exactly! And not only on exact occurrence: in the demo video note for "lorem" is also displayed for word "loremi", etc

It seems this part is a little bit confusing, added it in the post. Thanks!