update_buffer
Modify Neovim buffer content directly from the MCP server to reflect changes immediately in the editor.
Instructions
Update the content of a buffer in Neovim. Changes appear immediately in the editor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The file path of the buffer to update | |
| content | Yes | The new content for the buffer |