Substitute.nvim API Reference

Index substitute.nvim API functions and commands for Neovim text manipulation.

1|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/NeKon69/nvim-dot --skill substitute-nvim-api-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Substitute.nvim API Reference
Source: https://github.com/NeKon69/nvim-dot/tree/main/.agents/skills/substitute.nvim
Command: npx skills add https://github.com/NeKon69/nvim-dot --skill substitute-nvim-api-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a quick reference for the substitute.nvim plugin, allowing users to rapidly find and understand its API commands and functions without deep-diving into source code.

Core Features & Use Cases

  • API Indexing: Lists all available module API functions and commands.
  • Function Signatures: Shows the basic structure of function calls.
  • Reference Links: Provides direct links to help documentation and READMEs for detailed information.
  • Use Case: A developer needs to quickly use the substitute.nvim plugin for a complex text replacement task and needs to know the correct function signature for substitute.visual().

Quick Start

Use the substitute.nvim skill to find the API call for visual mode substitutions.

Frequently Asked Questions about Substitute.nvim API Reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the correct function signature for substitute.nvim visual mode substitutions?

To find the function signature for substitute.nvim visual mode substitutions, use this API reference to index module functions and commands, retrieving the exact structure for substitute.visual() calls.

What is the substitute.nvim API used for in Neovim plugin development?

The substitute.nvim API facilitates text manipulation tasks within Neovim, providing indexed module functions and commands to execute complex text replacement operations using Lua.

Do I need to understand Lua and Neovim plugin architecture to use the substitute.nvim API?

Yes, using the substitute.nvim API requires understanding of Lua and Neovim plugin architecture to successfully implement function calls and text manipulation tasks within your configuration.

How do I quickly index substitute.nvim module functions without reading the source code?

You can quickly index substitute.nvim module functions without deep-diving into source code by using this reference to list all available API functions, commands, and basic call structures.

Where can I find direct help documentation links for substitute.nvim API commands?

This substitute.nvim API reference provides direct links to help documentation and READMEs, allowing you to access detailed information and usage patterns for text manipulation tasks.

What are the limitations of using a basic indexed reference for substitute.nvim?

A basic indexed reference for substitute.nvim lists function signatures and commands but does not provide deep implementation logic, requiring users to consult linked documentation for complex architectural edge cases.