Markdownlint yeet
This commit is contained in:
parent
48377725bc
commit
d12f1780a9
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ return {
|
||||||
-- ...Perhaps configure these in [["./nvim-lspconfig.lua"]]?
|
-- ...Perhaps configure these in [["./nvim-lspconfig.lua"]]?
|
||||||
-- See: ':help MasonInstall' and ':help Mason'
|
-- See: ':help MasonInstall' and ':help Mason'
|
||||||
|
|
||||||
lint.linters_by_ft = {
|
-- lint.linters_by_ft = {
|
||||||
markdown = { 'markdownlint' },
|
-- markdown = { 'markdownlint' },
|
||||||
}
|
-- }
|
||||||
|
|
||||||
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
||||||
-- instead set linters_by_ft like this:
|
-- instead set linters_by_ft like this:
|
||||||
|
|
Loading…
Reference in a new issue