Upload files to "lua/plugins"

This commit is contained in:
2025-04-20 18:21:41 +00:00
parent cb98c03d8e
commit 4115407a85
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
return {
'nvim-telescope/telescope.nvim', tag = '0.1.8',
-- or , branch = '0.1.x',
dependencies = { 'nvim-lua/plenary.nvim' }
}