We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d316830 commit 16dd8f5Copy full SHA for 16dd8f5
lua/kickstart/plugins/lint.lua
@@ -8,7 +8,7 @@ return {
8
config = function()
9
local lint = require 'lint'
10
lint.linters_by_ft = {
11
- markdown = { 'markdownlint' },
+ markdown = { 'markdownlint' }, -- Make sure to install `markdownlint` via mason / npm
12
}
13
14
-- To allow other plugins to add linters to require('lint').linters_by_ft,
0 commit comments