Skip to main content
Glama

mcp-neovim-server

vim_buffer_save

Save the current buffer or to a specified filename directly within the MCP Neovim Server, streamlining text editing and file management workflows.

Instructions

Save current buffer or save to specific filename

Input Schema

NameRequiredDescriptionDefault
filenameNoOptional filename to save buffer to (defaults to current buffer's filename)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filename": { "description": "Optional filename to save buffer to (defaults to current buffer's filename)", "type": "string" } }, "type": "object" }

Other Tools from mcp-neovim-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bigcodegen/mcp-neovim-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server