Wrapped.nvim API Reference

Reference Vim commands and Lua API functions for the wrapped.nvim plugin.

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

Core Features & Use Cases

  • Command Index: Lists all Vim commands added by the plugin (e.g., :NvimWrapped).
  • Lua API Reference: Shows how to call plugin functions from Lua (e.g., require("wrapped").setup(opts)).
  • Use Case: A developer needs to quickly map a keybinding to the wrapped.nvim plugin's main function and needs to know the exact command or Lua call to use.

Quick Start

Use the Wrapped.nvim API Reference to find the Lua call for setting up the wrapped plugin with options.

Frequently Asked Questions about Wrapped.nvim API Reference

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

FAQPage Schema
How do I set up the wrapped.nvim plugin in my Neovim configuration?

To set up the wrapped.nvim plugin, call the Lua function require("wrapped").setup(opts) with your desired configuration table. This initializes the plugin directly within your Neovim Lua configuration.

What is the Vim command to toggle wrapped.nvim functionality?

The Vim command to toggle wrapped.nvim functionality is :NvimWrapped. You can execute this directly in Neovim or map it to a custom keybinding for immediate use.

How do I map a keybinding to wrapped.nvim Lua functions?

To map a keybinding to wrapped.nvim functions, reference the Lua API calls provided by the plugin. Use the exact module functions listed in the API reference within your Neovim keymap definitions.

Does the wrapped.nvim API reference require external Neovim dependencies?

The wrapped.nvim API reference has no external dependencies. It provides a standalone index for quickly looking up Vim commands and Lua module functions without deep diving into source code.