Select a color scheme for your Dotfyle experience

nvim-telescope / telescope.nvim

telescope.nvim

Find, Filter, Preview, Pick. All lua, all the time.
13916 1201 2 5 days 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.

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
jdhao/nvim-config
/
3181 init.lua 37 3730
xero/dotfiles
/neovim/.config/nvim
1888 init.lua 31 3478
rafi/vim-config
/
1827 init.lua 91 8053
ecosse3/nvim
/
1140 init.lua 67 7358