chore: remove disabled plugins

This commit is contained in:
Oliver Ladner 2025-07-08 11:47:06 +02:00
commit 778b9bd3b5
3 changed files with 2 additions and 18 deletions

View file

@ -1,9 +0,0 @@
-- Highlight, list and search todo comments in your projects
-- https://github.com/folke/todo-comments.nvim
return {
"m4xshen/hardtime.nvim",
lazy = false,
dependencies = { "MunifTanjim/nui.nvim" },
opts = {},
enabled = false,
}

View file

@ -1,5 +0,0 @@
return {
"RRethy/vim-illuminate",
event = { "BufReadPre", "BufNewFile" },
enabled = false,
}