peek.nvim

Indexes Neovim plugin APIs, commands, and module functions for quick reference.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a rapid way to look up API references and commands for Neovim plugins, reducing the need to switch contexts or navigate extensive documentation.

Core Features & Use Cases

  • Command Indexing: Lists new user commands added by plugins.
  • Module API Lookup: Shows available functions within a specific Lua module.
  • Quick Call Notes: Highlights potentially complex API calls that require careful implementation.
  • Use Case: When working with a Neovim plugin, quickly check available functions and their signatures without leaving your editor.

Quick Start

Use the peek.nvim skill to find the API for the 'close' function.

Frequently Asked Questions about peek.nvim

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

FAQPage Schema
How do I look up Neovim plugin API references without leaving my editor?

You can look up Neovim plugin API references directly in your editor using an indexed reference tool. It provides immediate access to function signatures and usage notes for developers integrating or customizing Neovim plugins.

How do I find available Lua module functions for a Neovim plugin?

To find available Lua module functions for a Neovim plugin, use a module API lookup tool. It shows the functions within a specific Lua module and highlights potentially complex API calls that require careful implementation.

What is the best way to check Neovim user commands added by plugins?

The best way to check new user commands added by Neovim plugins is through command indexing. This feature lists new user commands, reducing the need to navigate extensive external documentation or switch contexts.

Can I get quick call notes for complex Neovim API functions?

Yes, you can get quick call notes for complex Neovim API functions. This feature highlights potentially complex API calls that require careful implementation, satisfying the need for immediate access to usage notes.

Do I need external dependencies to access Neovim API documentation in my development environment?

No external dependencies are required to access Neovim API documentation in your development environment. The indexed reference operates independently to facilitate quick lookups for module functions and commands.

Why should I use an indexed reference instead of navigating the official Neovim documentation?

You should use an indexed reference to avoid switching contexts and navigating extensive documentation. It provides a rapid way to look up API references, commands, and function signatures directly within your development environment.