neovim
CLIHyperextensible Vim-based text editor.
Extensible Vim editor with Lua config, LSP, and modern plugins
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
Open a file
nvim src/main.tsOpen with lazy.nvim plugin manager
nvim --headless '+Lazy sync' +qaCommon failures (1)
- Lazy not foundInstall lazy.nvim first per https://github.com/folke/lazy.nvim
Install
Homebrew
brew install neovimAgent notes
- When to use
- Terminal-based code editing with full IDE capabilities
Use from an agent
curl -s https://clihub.com/api/tools/neovim | jq '.agentHints.provenRecipes[] | {task, command, verified}'Or call get_tool with slug neovim on the MCP server at https://clihub.com/mcp.