Skip to main content
Glama

mcp-neovim-server

vim_visual

Define visual selections in text buffers by specifying start and end line-column positions, enabling precise text manipulation within the MCP Neovim server environment.

Instructions

Create visual mode selections in the buffer

Input Schema

NameRequiredDescriptionDefault
endColumnYesThe ending column number for visual selection (0-indexed)
endLineYesThe ending line number for visual selection (1-indexed)
startColumnYesThe starting column number for visual selection (0-indexed)
startLineYesThe starting line number for visual selection (1-indexed)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endColumn": { "description": "The ending column number for visual selection (0-indexed)", "type": "number" }, "endLine": { "description": "The ending line number for visual selection (1-indexed)", "type": "number" }, "startColumn": { "description": "The starting column number for visual selection (0-indexed)", "type": "number" }, "startLine": { "description": "The starting line number for visual selection (1-indexed)", "type": "number" } }, "required": [ "startLine", "startColumn", "endLine", "endColumn" ], "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