Neovim/lua/plugins/telescope.lua

8 lines
172 B
Lua
Raw Normal View History

2024-12-09 12:50:02 +00:00
return {
{
'nvim-telescope/telescope.nvim',
branch = '0.1.x',
dependencies = { 'nvim-lua/plenary.nvim', 'nvim-tree/nvim-web-devicons' }
}
}