From 829e11811a13806019bf760bcac38b361836828b Mon Sep 17 00:00:00 2001 From: th3r00t Date: Mon, 8 Sep 2025 14:10:37 -0400 Subject: [PATCH] Removed colorizer Deprecated vim.tables --- lua/plugins.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 8a52547..5a271d8 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -47,7 +47,6 @@ vim.pack.add({ { src = "https://github.com/DNLHC/glance.nvim" }, { src = "https://github.com/rmagatti/logger.nvim" }, { src = "https://github.com/rmagatti/goto-preview" }, - { src = "https://github.com/norcalli/nvim-colorizer.lua" }, { src = "https://github.com/nvim-lua/plenary.nvim" }, { src = "https://github.com/nvim-telescope/telescope.nvim" }, { src = "https://github.com/nvim-telescope/telescope-project.nvim"},