dotfiles/.config/nvim/lua/plugins/telescope.lua

6 lines
107 B
Lua
Raw Normal View History

2024-09-14 01:41:37 +00:00
return {
'nvim-telescope/telescope.nvim', tag = '0.1.8',
dependencies = { 'nvim-lua/plenary.nvim' }
}