Snacks.nvim API Reference

Index Snacks.nvim module functions and user-added commands.

1|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/NeKon69/nvim-dot --skill snacks-nvim-api-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Snacks.nvim API Reference
Source: https://github.com/NeKon69/nvim-dot/tree/main/.agents/skills/snacks.nvim
Command: npx skills add https://github.com/NeKon69/nvim-dot --skill snacks-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 Snacks.nvim plugin's API and commands, helping users quickly find and utilize its functionalities without deep diving into the source code.

Core Features & Use Cases

  • API Indexing: Lists available module functions and their types.
  • Command Reference: Highlights user-added commands after loading.
  • Use Case: Quickly find the correct require("snacks").setup() arguments or understand the purpose of a specific snacks module function.

Quick Start

Look up the setup function for the snacks module.

Frequently Asked Questions about Snacks.nvim API Reference

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

FAQPage Schema
How do I find available module functions for the snacks.nvim plugin?

You can find snacks.nvim module functions using an API reference index that lists available functions and their types, preventing the need to deep dive into the source code.

What is the best way to look up setup arguments for snacks.nvim?

The best way to look up snacks.nvim setup arguments is by using an API reference tool to quickly find the correct `require("snacks").setup()` configurations.

How do I check user-added commands after loading snacks.nvim?

You can check user-added commands after loading snacks.nvim by referencing a command index that highlights available commands, complementing the standard `:help snacks` documentation.

Can I understand what a specific snacks.nvim module function does without reading the source code?

Yes, you can understand a specific snacks.nvim module function by using an API reference index to quickly look up its purpose and functionality without reading the source code directly.

Does the snacks.nvim API reference replace the standard Neovim help documentation?

No, the snacks.nvim API reference does not replace standard documentation but serves as a quick index that references `:help snacks` and associated docs for detailed usage.