Plugin.editing

Index commands and module APIs for Neovim editing plugins.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a quick reference for the editing plugins, helping users understand available commands and modules without deep-diving into the source code.

Core Features & Use Cases

  • Command Index: Quickly find and understand available user commands.
  • Module API Reference: Discover exported functions, keymaps, and autocommands.
  • Harder Calls Identification: Highlights functions that may require careful integration due to complexity or side effects.
  • Use Case: A user wants to quickly find out how to use the nvim-surround plugin to add or remove surrounding characters around a selection.

Quick Start

Use the Plugin.editing skill to find information about the nvim-surround plugin.

Frequently Asked Questions about Plugin.editing

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

FAQPage Schema
How do I find available commands and module APIs for Neovim editing plugins?

This API reference provides a command index and module API reference for Neovim editing plugins, allowing you to quickly find available commands, exported functions, and keymaps without reading the plugin source code.

What is the best way to lookup complex function calls for nvim-surround?

Use this Neovim editing plugin API reference to lookup complex function calls for nvim-surround, helping you understand how to add or remove surrounding characters around a selection without deep-diving into source code.

Can I find keymaps and autocommands for Comment.nvim and nvim-autopairs?

Yes, this API reference indexes module APIs for Neovim editing plugins like Comment.nvim and nvim-autopairs, allowing you to discover exported functions, keymaps, and autocommands without deep-diving into source code.

Does this Neovim API reference identify complex functions with side effects?

Yes, this Neovim API reference highlights harder calls that may require careful integration due to complexity or side effects, helping you identify complex functions and understand their potential side effects before integration.

When do I need an API reference for Neovim editing plugins?

You need an API reference for Neovim editing plugins when you want to quickly understand available commands and modules without deep-diving into source code, especially when integrating plugin functionalities like nvim-surround, Comment.nvim, or nvim-autopairs.