Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 351 Bytes

File metadata and controls

21 lines (12 loc) · 351 Bytes

telescope.nvim

Highly extendable fuzzy finder over lists.

Installation

Using lazy.nvim:

{ 'nvim-telescope/telescope.nvim', dependencies = { 'nvim-lua/plenary.nvim' } }

Usage

Finding files

Use :Telescope find_files to search for files in your project.

Live grep

Use :Telescope live_grep to search file contents.