astro-nvim-v3 - clean up useless packages

This commit is contained in:
huyjaky
2025-01-26 10:22:51 +07:00
parent 3c4feebbcc
commit 93678288f1
11 changed files with 69 additions and 156 deletions

View File

@@ -30,14 +30,14 @@ return {
},
-- Transparent background
{
"xiyaowong/transparent.nvim",
lazy = false,
opts = function(_, opts) opts = require "plugins.configs.ui.transparent"(opts) end,
keys = {
{ "<Leader>uT", "<Cmd>TransparentToggle<CR>", desc = "Toggle transparent" },
},
},
-- {
-- "xiyaowong/transparent.nvim",
-- lazy = false,
-- opts = function(_, opts) opts = require "plugins.configs.ui.transparent"(opts) end,
-- keys = {
-- { "<Leader>uT", "<Cmd>TransparentToggle<CR>", desc = "Toggle transparent" },
-- },
-- },
{
{
"HiPhish/rainbow-delimiters.nvim",