mcp-neovim-server
by bigcodegen
Verified
vim_command
Send a command to VIM for navigation, spot editing, and line deletion. For shell commands like ls, use without the leading colon (e.g. '!ls' not ':!ls').
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Neovim command to enter for navigation and spot editing. For shell commands use without leading colon (e.g. '!ls'). Insert <esc> to return to NORMAL mode. It is possible to send multiple commands separated with <cr>. |
Input Schema (JSON Schema)
You must be authenticated.