Skip to main content
Glama

mcp-neovim-server

vim_fold

Manage code folding in Neovim by creating, opening, closing, toggling, or deleting folds. Specify start and end lines for precise fold creation, enhancing code readability and navigation.

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

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