🗑️ Cleaned(plugin specs): remove old, unused plugin specs

These specs have been commented out for a while now, this is just tidying up.
This commit is contained in:
2025-02-17 18:59:51 -05:00
parent e1a00ac2da
commit 648a8b76a5
6 changed files with 1 additions and 198 deletions
-17
View File
@@ -125,23 +125,6 @@ return {
-- dependencies = require('data.deps').zenbones,
-- },
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ UTILITIES ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-- { -- Transparent
-- 'xiyaowong/transparent.nvim',
-- lazy = true,
-- keys = require('data.keys').transparent,
-- cmd = require('data.cmd').transparent,
-- },
-- { -- Auto Dark Mode
-- 'f-person/auto-dark-mode.nvim',
-- lazy = true,
-- opts = require('data.types').auto_dark_mode,
-- cond = require('data.cond').auto_dark_mode,
-- },
-- { -- Highlight colors
-- 'brenoprata10/nvim-highlight-colors',
-- event = 'BufReadPre',
-- opts = require('data.types').hightlight_colors,
-- },
{ -- Auto Dark Mode
'f-person/auto-dark-mode.nvim',
lazy = true,