Install telescope

This commit is contained in:
ekzyis 2024-04-22 13:31:47 +02:00
parent 290ce20232
commit 406b83c051
3 changed files with 10 additions and 0 deletions

5
lazy-lock.json Normal file
View File

@ -0,0 +1,5 @@
{
"lazy.nvim": { "branch": "main", "commit": "3f13f080434ac942b150679223d54f5ca91e0d52" },
"plenary.nvim": { "branch": "master", "commit": "8aad4396840be7fc42896e3011751b7609ca4119" },
"telescope.nvim": { "branch": "master", "commit": "6312868392331c9c0f22725041f1ec2bef57c751" }
}

View File

@ -10,3 +10,4 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
}) })
end end
vim.opt.rtp:prepend(lazypath) vim.opt.rtp:prepend(lazypath)
require("lazy").setup("plugins")

View File

@ -0,0 +1,4 @@
return {
'nvim-telescope/telescope.nvim', tag = '0.1.6',
dependencies = { 'nvim-lua/plenary.nvim' }
}