neovim

CLI

Hyperextensible Vim-based text editor.

0 views

Installation

Homebrewbrew install neovim

Links

License

Apache-2.0

AI 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.ts
Open with lazy.nvim plugin manager🟢 90% success
nvim --headless '+Lazy sync' +qa
⚠ Common failures (1)
  • Lazy not foundInstall lazy.nvim first per https://github.com/folke/lazy.nvim