vim_edit
Modify buffer content in a Vim environment using insert, replace, or replaceAll modes. Specify start line, mode, and text to edit efficiently within the mcp-neovim-server.
Instructions
Edit buffer content using insert, replace, or replaceAll modes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lines | Yes | The text content to insert or use as replacement | |
mode | Yes | Whether to insert new content, replace existing content, or replace entire buffer | |
startLine | Yes | The line number where editing should begin (1-indexed) |