Skip to content

Commit 16dd8f5

Browse files
committed
Add a comment to the line plugin about installing markdownlint
1 parent d316830 commit 16dd8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/kickstart/plugins/lint.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ return {
88
config = function()
99
local lint = require 'lint'
1010
lint.linters_by_ft = {
11-
markdown = { 'markdownlint' },
11+
markdown = { 'markdownlint' }, -- Make sure to install `markdownlint` via mason / npm
1212
}
1313

1414
-- To allow other plugins to add linters to require('lint').linters_by_ft,

0 commit comments

Comments
 (0)