bigcodegen_mcp-neovim-server

bigcodegen_mcp-neovim-server

0

The Neovim MCP Server is a proof of concept showcasing integration between Claude Desktop and Neovim. It demonstrates lightweight code assistance leveraging Vim's native commands, allowing interaction with Neovim sessions via a simple toolset.

vim_buffer

Display line number content of the current VIM text editor buffer

vim_command

Send commands such as navigation, point editing, and line deletion to VIM

vim_status

Get the status of the VIM editor (including rows, columns, patterns, file names, and visual selections)

vim_edit

Edit rows in VIM using insert or replace mode