Add telescope

This commit is contained in:
2024-11-22 08:40:35 +01:00
parent 2724b2ac2a
commit 536e8fec88

View File

@@ -8,6 +8,13 @@ return {
}, },
}, },
{
'nvim-telescope/telescope.nvim',
tag = '0.1.8',
-- or , branch = '0.1.x',
dependencies = { 'nvim-lua/plenary.nvim' }
},
{ {
"charludo/projectmgr.nvim", "charludo/projectmgr.nvim",
lazy = false, lazy = false,