Skip to main content
Glama

mcp-neovim-server

vim_jump

Navigate Neovim's jump list to move back, forward, or view all jumps, enhancing code navigation within the mcp-neovim-server environment.

Instructions

Navigate Neovim jump list: go back, forward, or list jumps

Input Schema

NameRequiredDescriptionDefault
directionYesJump direction or list jumps

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "direction": { "description": "Jump direction or list jumps", "enum": [ "back", "forward", "list" ], "type": "string" } }, "required": [ "direction" ], "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