Jump to any file in your project instantly by typing a partial name.
Search for a word or pattern across your entire codebase and jump to matches.
Switch between open files and buffers without leaving the editor.
Browse Git commits and view their details without leaving Neovim.
Requires Neovim and ripgrep to be installed; plugin installation via standard Neovim plugin manager.
Telescope.nvim is a plugin for Neovim, a popular programmer's text editor, that gives you a powerful, interactive search panel for finding almost anything: files, text inside files, open buffers, Git commits, help topics, and much more. The problem it solves is navigation: in large codebases, jumping to the right file or the right function quickly is critical, and Telescope replaces the slow process of manually browsing directories with a fast, fuzzy-matching picker (a "fuzzy finder" matches results even if you type letters slightly out of order or skip some characters). When you trigger a search, Telescope opens a floating window split into three panes: a text box where you type your query, a live-updating results list, and a preview pane that shows the content of the currently selected item. You can search files, search for a word across the entire codebase using ripgrep, or swap between open files. It is highly extensible, hundreds of community-built extensions add pickers for Git, LSP symbols, browser bookmarks, databases, and more. The plugin is written entirely in Lua and runs on Neovim version 0.11.7 or newer with LuaJIT. You would use Telescope any time you work in Neovim and want to navigate, search, or manage your project faster than traditional file browsing allows.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.