Install old telescope config

This commit is contained in:
Marcelo Jacobus 2025-06-29 20:37:45 -03:00
parent a1758d0fc2
commit 5d1442de7d
3 changed files with 4 additions and 2 deletions

4
lua/plugins/pleanary.lua Normal file
View file

@ -0,0 +1,4 @@
return {
{ "nvim-lua/plenary.nvim" },
}

View file

@ -1,5 +1,3 @@
return {
{ "nvim-lua/plenary.nvim" },
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
{ "nvim-telescope/telescope.nvim", tag = "0.1.5" },
}