nvim-telescope
/
telescope.nvim
telescope.nvim
Find, Filter, Preview, Pick. All lua, all the time.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.
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
6866
init.lua
22
1350
4068
init.lua
59
4297
2138
init.lua
30
3689
1952
init.lua
67
6281
Other fuzzy-finder plugins
more plugins
ibhagwan/fzf-lua
Improved fzf.vim written in lua
3529
6
fuzzy-finder
echasnovski/mini.pick
Pick anything. Part of 'mini.nvim' library. 
126
3
fuzzy-finder
danielfalk/smart-open.nvim
Neovim plugin for fast file-finding
642
0
fuzzy-finder