Adding back markdown linting. Ignore some rules.
This commit is contained in:
12
nvim/lua/plugins/markdownlint-cli2.lua
Normal file
12
nvim/lua/plugins/markdownlint-cli2.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
local HOME = os.getenv("HOME")
|
||||
return {
|
||||
"mfussenegger/nvim-lint",
|
||||
optional = true,
|
||||
opts = {
|
||||
linters = {
|
||||
["markdownlint-cli2"] = {
|
||||
args = { "--config", HOME .. "/.config/nvim/lua/plugins/markdownlint-cli2.yaml", "--" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user