mcp-neovim-server
by bigcodegen
Verified
vim_edit
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 |
Input Schema (JSON Schema)
You must be authenticated.