dropbar.nvim API Reference

Index dropbar.nvim API modules, functions, and setup options.

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

Core Features & Use Cases

  • API Indexing: Lists available Lua modules and functions for programmatic use.
  • Command Reference: Details any new user commands added by the plugin.
  • Quick Notes: Highlights complex or stateful calls that require careful usage.
  • Use Case: A developer needs to quickly find the correct function to set up dropbar.nvim with custom options. They can consult this Skill to find require("dropbar").setup(opts) and its parameters.

Quick Start

Find the setup function for dropbar.nvim.

Frequently Asked Questions about dropbar.nvim API Reference

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

FAQPage Schema
How do I configure dropbar.nvim setup options in Lua?

To configure dropbar.nvim, use the `require("dropbar").setup(opts)` function and pass your custom parameters as a Lua table to integrate the plugin into your Neovim environment.

What Lua modules and functions are available in the dropbar.nvim API?

The dropbar.nvim API exposes indexed Lua modules and functions for programmatic use, allowing developers to quickly find and call specific functions without deep diving into the source code.

Does dropbar.nvim add any new user commands for Neovim?

Yes, dropbar.nvim adds new user commands to Neovim. You can consult the command reference to find details and execute these commands directly within your editor workflow.

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

Yes, using the dropbar.nvim API requires an understanding of Lua and Neovim plugin architecture to correctly integrate and customize the plugin's functions and setup options.

Are there any complex or stateful calls in the dropbar.nvim API I should be careful with?

The dropbar.nvim API includes complex or stateful calls that require careful usage. Quick notes are provided to highlight these specific functions so developers can avoid unexpected behavior.