aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/rumdl.lua
blob: 29322f230ecdbd91062b990d8a0b5cb912c53fe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---@brief
---
--- https://github.com/rvben/rumdl
---
--- Markdown Linter and Formatter written in Rust.

---@type vim.lsp.Config
return {
  cmd = { 'rumdl', 'server' },
  filetypes = { 'markdown' },
  root_markers = { '.git' },
}