neovim
CLIHyperextensible Vim-based text editor.
0 views
Installation
Homebrew
brew install neovimLinks
License
Apache-2.0AI Agent Notes
Extensible Vim editor with Lua config, LSP, and modern plugins
When to use
Terminal-based code editing with full IDE capabilities
Proven Recipes
Open a file🟢 99% success
nvim src/main.tsOpen with lazy.nvim plugin manager🟢 90% success
nvim --headless '+Lazy sync' +qa⚠ Common failures (1)
- Lazy not found → Install lazy.nvim first per https://github.com/folke/lazy.nvim