mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-04-14 14:11:17 -07:00
Add a comment to the line plugin about installing markdownlint
This commit is contained in:
@@ -8,7 +8,7 @@ return {
|
||||
config = function()
|
||||
local lint = require 'lint'
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user