fix(pack): move plugins out from lua runtime path

This commit is contained in:
2026-04-15 05:07:29 +02:00
parent 0211ed53a1
commit 1293be93aa
16 changed files with 6 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---@diagnostic disable-next-line: missing-fields
require("Comment").setup({
--ignore empty lines
ignore = "^$",
})