Skip to main content
Glama

mcp-neovim-server

vim_search

Search within the current Vim buffer using regex, with options to ignore case or match whole words, enhancing text editing efficiency.

Instructions

Search within current buffer with regex support and options

Input Schema

NameRequiredDescriptionDefault
ignoreCaseNoWhether to ignore case in search (default: false)
patternYesSearch pattern (supports regex)
wholeWordNoWhether to match whole words only (default: false)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ignoreCase": { "description": "Whether to ignore case in search (default: false)", "type": "boolean" }, "pattern": { "description": "Search pattern (supports regex)", "type": "string" }, "wholeWord": { "description": "Whether to match whole words only (default: false)", "type": "boolean" } }, "required": [ "pattern" ], "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