Telescope.nvim API Reference

Index Telescope.nvim commands and Lua API functions for Neovim.

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

Core Features & Use Cases

  • Command Index: Lists all commands added by Telescope.nvim for direct execution.
  • API Reference: Details the Lua API for programmatic interaction with Telescope.nvim.
  • Use Case: Quickly find the command to open a file picker or search for a specific function within your Neovim configuration.

Quick Start

Use the Telescope.nvim skill to open the main Telescope command.

Frequently Asked Questions about Telescope.nvim API Reference

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

FAQPage Schema
How do I find available Telescope.nvim commands for file searching?

Telescope.nvim commands for file searching can be found using the command index, which lists all available commands for direct execution within Neovim to facilitate quick navigation and file picking.

What is the Telescope.nvim Lua API used for?

The Telescope.nvim Lua API is used for programmatic interaction within Neovim, allowing you to script custom navigation functions and extend plugin behavior using Lua scripting environments.

How do I look up a specific Telescope function in my Neovim configuration?

To look up a specific Telescope function, use the API reference to quickly find Lua functions and commands, enabling enhanced plugin interaction and quick lookup for your Neovim configuration.

Do I need Lua scripting knowledge to use the Telescope.nvim plugin reference?

Yes, understanding Neovim's command-line and Lua scripting environments is required to effectively use the API reference and command index for programmatic interaction and direct command execution.

Can I execute Telescope commands directly from the command index?

Yes, the command index lists all commands added by Telescope.nvim, facilitating direct execution within Neovim to quickly open pickers or search for functions without writing Lua code.