Updated 7. Example Custom Plugins (markdown)

Asep Komarudin 2024-06-26 12:53:20 +07:00
parent 1b21a098c0
commit e7987ca57f

@ -3232,7 +3232,7 @@ return {
return linters_by_ft return linters_by_ft
end, end,
config = function(_, opts) config = function(_, opts)
require("lint").linters_by_ft = opts.linters_by_ft require("lint").linters_by_ft = opts
end, end,
} }
``` ```