dotfiles/.config/nvim/lua/plugins/telescope.lua
2025-01-19 12:41:16 -08:00

8 lines
180 B
Lua

-- Setups
return {
'nvim-telescope/telescope.nvim', tag = '0.1.8',
-- or , branch = '0.1.x',
dependencies = { 'nvim-lua/plenary.nvim' }
}