Skip to main content
Glama

mcp-neovim-server

vim_buffer_switch

Efficiently switch between buffers in Vim using buffer numbers or file paths with a single command, streamlining navigation in your editing workflow.

Instructions

Switch between buffers by name or number

Input Schema

NameRequiredDescriptionDefault
identifierYesBuffer identifier - can be buffer number or filename/path

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "identifier": { "description": "Buffer identifier - can be buffer number or filename/path", "type": [ "string", "number" ] } }, "required": [ "identifier" ], "type": "object" }

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