Skip to main content
Glama

mcp-neovim-server

vim_fold

Manage code folding in Vim: create, open, close, toggle, delete, or handle all folds at once. Specify start and end lines for precise fold creation to streamline code navigation and organization.

Instructions

Manage code folding: create, open, close, and toggle folds

Input Schema

NameRequiredDescriptionDefault
actionYesFolding action to perform
endLineNoEnd line for creating fold (required for create)
startLineNoStart line for creating fold (required for create)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Folding action to perform", "enum": [ "create", "open", "close", "toggle", "openall", "closeall", "delete" ], "type": "string" }, "endLine": { "description": "End line for creating fold (required for create)", "type": "number" }, "startLine": { "description": "Start line for creating fold (required for create)", "type": "number" } }, "required": [ "action" ], "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