🗑️ 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
-21
View File
@@ -27,9 +27,6 @@ return {
opts = require('data.types').lazydev.opts,
dependencies = require('data.deps').lazydev,
},
-- { -- G-code
-- 'wilriker/gcode.vim',
-- },
{ -- Alternate
'ton/vim-alternate',
lazy = true,
@@ -52,10 +49,6 @@ return {
'numToStr/Comment.nvim',
opts = require('data.types').comment,
},
-- { -- Fast Action
-- 'Chaitanyabsprip/fastaction.nvim',
-- opts = {},
-- },
{ -- Matchup
'andymass/vim-matchup',
setup = function()
@@ -75,18 +68,4 @@ return {
cond = require('data.cond').tiny_inline_diagnostic,
config = require('data.types').tiny_inline_diagnostic.config,
},
-- { -- Vim-Shebang
-- 'vitalk/vim-shebang',
-- lazy = true,
-- },
-- {
-- 'oskarrrrrrr/symbols.nvim',
-- lazy = true,
-- cmd = require('data.cmd').symbols,
-- config = require('data.types').symbols.config,
-- },
-- { -- Treesitter-endwise
-- 'RRethy/nvim-treesitter-endwise',
-- lazy = true,
-- },
}