Settings

Theme

Show HN: I made a simple note keeping plugin for Neovim

github.com

2 points by usamaqaisrani a month ago · 0 comments · 1 min read

Reader

Hey,

I made my first NeoVim plugin which is a note keeping plugin. It creates a note for respective file and stores the notes in .notes/ directory in the same level as .git, if there is no .git directory it creates .notes/ directory in the current directory. Notes are saved as markdown files and name of the note is the sha256 hash of the path of the file.

Its a simple plugin, Im trying to learn more about NeoVim and Lua in general so any feedback is appreciated.

Thank You!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection