feat: switch from lazy to vim.pack

This commit is contained in:
2026-04-10 14:42:25 +02:00
parent 190b3ecebd
commit 28c45c8390
35 changed files with 1168 additions and 1455 deletions
+5 -11
View File
@@ -1,11 +1,5 @@
-- https://github.com/numToStr/Comment.nvim
---@type LazyPluginSpec
return {
"numToStr/Comment.nvim",
event = "VeryLazy",
opts = {
--ignore empty lines
ignore = "^$",
},
}
---@diagnostic disable-next-line: missing-fields
require("Comment").setup({
--ignore empty lines
ignore = "^$",
})