nvim-telescope / telescope.nvim

telescope.nvim

Find, Filter, Preview, Pick. All lua, all the time.
19232 1883 9 1 day ago
fuzzy-finder awesome-neovim
telescope.nvim is a highly customizable fuzzy finder that allows users to search and navigate through lists of items with ease. It offers a range of community-driven pickers, sorters, and previewers. It offers default key mappings for easy navigation and can be customized globally or per picker.

Breaking changes in telescope.nvim

7dbbcf 1 day ago
refactor!: replace deprecated nvim_err_writeln (#3560)

Install instructions

Dotfyle does not endorse any plugins. Install at your own risk.
-- init.lua:
{
  'nvim-telescope/telescope.nvim', tag = '0.1.5',
  requires = { 'nvim-lua/plenary.nvim' }
}

-- plugins/telescope.lua:
return {
  'nvim-telescope/telescope.nvim', tag = '0.1.5',
  dependencies = { 'nvim-lua/plenary.nvim' }
}

Developers using telescope.nvim

more configs
craftzdog/dotfiles-public
/.config/nvim
7081 init.lua 22 1352
jdhao/nvim-config
/
4281 init.lua 59 4666
xero/dotfiles
/neovim/.config/nvim
2229 init.lua 29 3722
rafi/vim-config
/
1968 init.lua 63 6317