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"]]?
|
||||
-- See: ':help MasonInstall' and ':help Mason'
|
||||
|
||||
lint.linters_by_ft = {
|
||||
markdown = { 'markdownlint' },
|
||||
}
|
||||
-- lint.linters_by_ft = {
|
||||
-- markdown = { 'markdownlint' },
|
||||
-- }
|
||||
|
||||
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
||||
-- instead set linters_by_ft like this:
|
||||
|
|
Loading…
Reference in a new issue