neovim plugin cleanup

This commit is contained in:
Alexander Navarro 2024-11-22 13:29:05 -03:00
parent ec617fabc2
commit 4a5a878a7f
9 changed files with 69 additions and 161 deletions

View file

@ -1,8 +1,7 @@
-- Fuzzy Finder (files, lsp, etc)
return {
"nvim-telescope/telescope.nvim",
version = "*",
event = "VeryLazy",
branch = "0.1.x",
dependencies = {
{ "nvim-lua/plenary.nvim" },
{