From e7987ca57f9f5d8d1819fea56b4ddbfd5f598960 Mon Sep 17 00:00:00 2001 From: Asep Komarudin <68836805+pojokcodeid@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:53:20 +0700 Subject: [PATCH] Updated 7. Example Custom Plugins (markdown) --- 7.-Example-Custom-Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7.-Example-Custom-Plugins.md b/7.-Example-Custom-Plugins.md index 6e5375f..942aec6 100644 --- a/7.-Example-Custom-Plugins.md +++ b/7.-Example-Custom-Plugins.md @@ -3232,7 +3232,7 @@ return { return linters_by_ft end, config = function(_, opts) - require("lint").linters_by_ft = opts.linters_by_ft + require("lint").linters_by_ft = opts end, } ``` \ No newline at end of file