Telescope-fzf-native.nvim API Reference

Reference the fzf_lib module API in Telescope-fzf-native.nvim.

1|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/NeKon69/nvim-dot --skill telescope-fzf-native-nvim-api-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Telescope-fzf-native.nvim API Reference
Source: https://github.com/NeKon69/nvim-dot/tree/main/.agents/skills/telescope-fzf-native.nvim
Command: npx skills add https://github.com/NeKon69/nvim-dot --skill telescope-fzf-native-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 fzf_lib module within the Telescope-fzf-native.nvim plugin, helping users quickly find and understand available functions and commands.

Core Features & Use Cases

  • Module API Index: Lists all callable functions within fzf_lib.
  • Command Reference: Notes any new user commands added by the plugin.
  • Harder Calls Identification: Highlights functions that may require more complex argument handling or understanding of state.
  • Use Case: A developer needs to quickly find the correct arguments for fzf_lib.parse_pattern to implement a custom fuzzy search in their Neovim configuration.

Quick Start

Use the Telescope-fzf-native.nvim skill to find the arguments for the parse_pattern function.

Frequently Asked Questions about Telescope-fzf-native.nvim API Reference

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

FAQPage Schema
How do I find the correct arguments for fzf_lib.parse_pattern in Neovim?

To implement custom fuzzy search in Neovim, use this API reference to look up the exact function signatures and arguments for fzf_lib.parse_pattern without diving into the source code.

What functions are available in the fzf_lib module for Telescope?

The fzf_lib module provides an index of callable functions, notes new user commands added by the plugin, and highlights functions requiring complex argument handling for Neovim fuzzy searching.

How does the fzf_lib API reference help with Neovim plugin configuration?

The fzf_lib API reference facilitates Neovim configuration by providing immediate access to module functions, user commands, and complex API call notes, eliminating the need to deep-dive into source code.

Can I use this API reference to identify complex fzf_lib function calls?

Yes, this API reference highlights harder calls within the fzf_lib module, specifically identifying functions that require more complex argument handling or a deeper understanding of state for Neovim development.

Do I need to read the Telescope-fzf-native source code to understand module functions?

No, you do not need to read the Telescope-fzf-native source code to understand module functions; this reference provides immediate access to function signatures, commands, and complex API call notes for quick lookups.

What user commands are added by the Telescope-fzf-native plugin?

The API reference includes a command reference section that notes any new user commands added by the Telescope-fzf-native plugin, allowing developers to quickly find available commands for their Neovim setup.