🗑️ 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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user