mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
13 lines
197 B
Lua
13 lines
197 B
Lua
return {
|
|
{
|
|
"mfussenegger/nvim-lint",
|
|
opts = {
|
|
linters = {
|
|
markdownlint = {
|
|
args = { "--config", "~/.markdownlint.jsonc", "--" },
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|