Update
This commit is contained in:
13
lua/plugins/lang/markdown.lua
Normal file
13
lua/plugins/lang/markdown.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
{
|
||||
"mfussenegger/nvim-lint",
|
||||
opts = {
|
||||
linters = {
|
||||
markdownlint = {
|
||||
-- Disable line length check
|
||||
args = { "--disable", "MD013", "--" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user