mcp-neovim-server
by bigcodegen
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Current neovim session | Current neovim text editor session |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
vim_buffer | Current VIM text editor buffer with line numbers shown |
vim_command | Send a command to VIM for navigation, spot editing, and line deletion. |
vim_status | Get the status of the VIM editor |
vim_edit | Edit lines using insert or replace in the VIM editor. |