🗑️ 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
-32
View File
@@ -84,16 +84,6 @@ return {
cond = require('data.cond').todo,
enabled = true,
},
-- { -- Rainbow Delimeters
-- 'HiPhish/rainbow-delimiters.nvim',
-- },
-- { -- Colorful window separators
-- 'nvim-zh/colorful-winsep.nvim',
-- enabled = false,
-- lazy = true,
-- opts = require('data.types').winsep,
-- event = { 'WinLeave' },
-- },
{ -- Auto Cursorline
'delphinus/auto-cursorline.nvim',
cond = require('data.func').check_global_var('auto_cursorline', true, true),
@@ -116,10 +106,6 @@ return {
optional = true,
opts = require('data.types').noice,
},
-- { -- Duck
-- 'tamton-aquib/duck.nvim',
-- config = require('data.types').duck,
-- },
{ -- Smear Cursor
'sphamba/smear-cursor.nvim',
event = 'VeryLazy',
@@ -130,22 +116,4 @@ return {
opts = require('data.types').smearcursor,
keys = require('data.keys').smearcursor,
},
-- { -- Unimpaired
-- 'tpope/vim-unimpaired',
-- config = true,
-- },
-- { -- Vim-dirtytalk
-- 'psliwka/vim-dirtytalk',
-- build = ':DirtytalkUpdate',
-- init = require('data.types').dirtytalk.init,
-- },
-- { -- Academic
-- 'ficcdaf/academic.nvim',
-- -- optional: only load for certain filetypes
-- ft = require('data.ft').academic,
-- },
-- { -- Vim-cool
-- 'romainl/vim-cool',
-- lazy = false,
-- },
}