Skip to main content
Glama

mcp-neovim-server

vim_buffer_switch

Quickly switch between buffers in Neovim using buffer numbers or filenames, streamlining navigation and enhancing productivity in text editing workflows.

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" }

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