add rumdl as markdown linter/formatter

This commit is contained in:
Alexander Navarro 2026-01-30 15:25:15 -03:00
parent b3df5795f2
commit 63a18416df
6 changed files with 212 additions and 29 deletions

View file

@ -161,6 +161,11 @@ vim.lsp.config("rust-analyzer", {
},
},
})
vim.lsp.config("rumdl", {
cmd = { "rumdl", "server" },
filetypes = { "markdown" },
root_markers = { ".git" },
})
vim.g.markdown_fenced_languages = {
"ts=typescript",