neovim

CLI

Hyperextensible Vim-based text editor.

Extensible Vim editor with Lua config, LSP, and modern plugins

2 curated recipes · not yet executed by the harness#editor#vim#lua#lsp

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

Open a file

~99% est.
nvim src/main.ts

Open with lazy.nvim plugin manager

~90% est.
nvim --headless '+Lazy sync' +qa
Common failures (1)
  • Lazy not foundInstall lazy.nvim first per https://github.com/folke/lazy.nvim

Install

Homebrewbrew install neovim

Agent 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.

Homepage ↗Repository ↗Apache-2.00 views