Analysis updated 2026-05-18
Jot quick notes inside Neovim that automatically sync with an Obsidian vault.
Open a floating or split note window without leaving your Neovim workflow.
Browse and reopen recently used notes through a quick selection menu.
Bind a keymap to toggle a scratch note for fast capture while coding.
| luismede/netherite.nvim | fruityman577/gmod-tinysvg | iogamaster/tuxedo.nvim | |
|---|---|---|---|
| Stars | 15 | 15 | 15 |
| Language | Lua | Lua | Lua |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | — | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Neovim 0.9.0 or newer and a plugin manager like lazy.nvim or packer.nvim.
netherite.nvim is a plugin for Neovim, a text editor popular with programmers, that lets you write quick notes without leaving the editor. Those notes are saved as plain Markdown files in a folder you choose, so the same notes can also be opened and synced in Obsidian, a separate note-taking app, or really any editor that reads Markdown files. To use it, you need Neovim version 0.9.0 or newer and a folder to act as your notes vault, which defaults to a data folder Neovim already manages if you do not set your own. Installation is done through a Neovim plugin manager such as lazy.nvim or packer.nvim, or by manually copying the plugin's files into your Neovim configuration folder. Once installed, you configure it by calling a setup function with optional settings: where your vault lives, whether new notes open in a floating window in the center of the screen or a split window on the side, and how new note filenames are generated, including a base name plus date and time stamps. The plugin adds a handful of commands. One opens or closes the note window for a given filename, automatically adding the .md extension. Another changes the window style at runtime. A third lets you change which vault folder is active without restarting Neovim. A fourth lets you browse and reopen recently used notes through a selection menu. There is also a small Lua API for setup and toggling notes from your own configuration or keymaps. The README recommends pairing it with a separate plugin called render-markdown.nvim, which makes headings, lists, code blocks, and tables in your notes easier to read directly inside Neovim. The project is released under the MIT license.
A Neovim plugin for jotting down quick notes as plain Markdown files that stay in sync with your Obsidian vault or any Markdown-based editor.
Mainly Lua. The stack also includes Lua, Neovim, Markdown.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.