mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-04-15 06:31:18 -07:00
Add a comment to the line plugin about installing markdownlint
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user