Skip to content

Commit 1bca27e

Browse files
committed
surr....whatever that is
1 parent 00b89d9 commit 1bca27e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/kickstart/plugins/lint.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ return {
66
config = function()
77
local lint = require 'lint'
88
lint.linters_by_ft = {
9-
markdown = { 'markdownlint' },
9+
markdown = { 'mdl' },
1010
}
1111

1212
-- To allow other plugins to add linters to require('lint').linters_by_ft,
@@ -35,7 +35,7 @@ return {
3535
-- lint.linters_by_ft['inko'] = nil
3636
-- lint.linters_by_ft['janet'] = nil
3737
-- lint.linters_by_ft['json'] = nil
38-
-- lint.linters_by_ft['markdown'] = nil
38+
lint.linters_by_ft['markdown'] = nil
3939
-- lint.linters_by_ft['rst'] = nil
4040
-- lint.linters_by_ft['ruby'] = nil
4141
-- lint.linters_by_ft['terraform'] = nil

0 commit comments

Comments
 (0)