moved telescope file

This commit is contained in:
venus
2026-06-17 11:34:15 -05:00
parent 24babf0be9
commit 69b825c35f

10
lua/plugins/telescope.lua Normal file
View File

@@ -0,0 +1,10 @@
return {
'nvim-telescope/telescope.nvim',
tag = 'v0.2.0',
dependencies = {
'nvim-lua/plenary.nvim',
'BurntSushi/ripgrep',
'sharkdp/fd'
}
}