nvim/lua/plugins/fuzzy_finder.lua

7 lines
191 B
Lua
Raw Normal View History

2023-08-29 16:33:04 +00:00
-- plugins/telescope.lua:
return {
'nvim-telescope/telescope.nvim', tag = '0.1.2',
-- or , branch = '0.1.x',
dependencies = { 'nvim-lua/plenary.nvim' }
}