mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-25 10:18:42 +02:00
Updated 7. Example Custom Plugins (markdown)
parent
1b21a098c0
commit
e7987ca57f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
```
|
```
|
Loading…
Add table
Add a link
Reference in a new issue