vim_edit
Insert or replace text lines in VIM editor starting from a specified line, using 'insert' or 'replace' mode for precise text editing within the mcp-neovim-server environment.
Instructions
Edit lines using insert or replace in the VIM editor.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lines | Yes | Lines of strings to insert or replace | |
mode | Yes | Mode for editing lines. insert will insert lines at startLine. replace will replace lines starting at the startLine to the end of the buffer. | |
startLine | Yes | Line number to start editing |