chore: remove disabled plugins
This commit is contained in:
parent
71fef28992
commit
778b9bd3b5
3 changed files with 2 additions and 18 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
return {
|
||||
"RRethy/vim-illuminate",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
enabled = false,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue