nvim/lua/plugins/telescope.lua

5 lines
106 B
Lua
Raw Normal View History

2024-04-22 11:31:47 +00:00
return {
'nvim-telescope/telescope.nvim', tag = '0.1.6',
dependencies = { 'nvim-lua/plenary.nvim' }
}