Add a comment to the line plugin about installing markdownlint

This commit is contained in:
Ori Perry
2026-03-31 23:49:19 +03:00
parent d3168308d4
commit 16dd8f5007

View File

@@ -8,7 +8,7 @@ return {
config = function() config = function()
local lint = require 'lint' local lint = require 'lint'
lint.linters_by_ft = { lint.linters_by_ft = {
markdown = { 'markdownlint' }, markdown = { 'markdownlint' }, -- Make sure to install `markdownlint` via mason / npm
} }
-- To allow other plugins to add linters to require('lint').linters_by_ft, -- To allow other plugins to add linters to require('lint').linters_by_ft,