We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b89d9 commit 1bca27eCopy full SHA for 1bca27e
lua/kickstart/plugins/lint.lua
@@ -6,7 +6,7 @@ return {
6
config = function()
7
local lint = require 'lint'
8
lint.linters_by_ft = {
9
- markdown = { 'markdownlint' },
+ markdown = { 'mdl' },
10
}
11
12
-- To allow other plugins to add linters to require('lint').linters_by_ft,
@@ -35,7 +35,7 @@ return {
35
-- lint.linters_by_ft['inko'] = nil
36
-- lint.linters_by_ft['janet'] = nil
37
-- lint.linters_by_ft['json'] = nil
38
- -- lint.linters_by_ft['markdown'] = nil
+ lint.linters_by_ft['markdown'] = nil
39
-- lint.linters_by_ft['rst'] = nil
40
-- lint.linters_by_ft['ruby'] = nil
41
-- lint.linters_by_ft['terraform'] = nil
0 commit comments