mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
1.76k stars 191 forks source link

Linter with name `markdownlint-cli2` not available #594

Closed hyawara closed 1 month ago

hyawara commented 1 month ago

image

config:

image

mason:

image

mfussenegger commented 1 month ago

:lua =require("lint").linters["markdownlint-cli2"] works fine for me. Make sure you have the latest nvim-lint version.