mcp-neovim-server

by bigcodegen
Verified

vim_mark

Set a named mark at a specific line and column in a document using Vim’s native functionality. Ideal for precise navigation and editing within text files.

Instructions

Set a mark at a specific position

Input Schema

NameRequiredDescriptionDefault
columnYesColumn number
lineYesLine number
markYesMark name (a-z)

Input Schema (JSON Schema)

{ "properties": { "column": { "description": "Column number", "type": "number" }, "line": { "description": "Line number", "type": "number" }, "mark": { "description": "Mark name (a-z)", "pattern": "^[a-z]$", "type": "string" } }, "required": [ "mark", "line", "column" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-neovim-server

Related Tools

ID: s0fywdwp87