nvim/lua/plugins/telescope.lua

5 lines
104 B
Lua
Raw Permalink Normal View History

2024-10-11 15:48:25 +00:00
return {
'nvim-telescope/telescope.nvim', tag = '0.1.8',
dependencies = { 'nvim-lua/plenary.nvim' }
}