aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/prosemd_lsp.lua
blob: af8f9881c977bfbf39682b3efd75ae4e24be45d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---@brief
---
--- https://github.com/kitten/prosemd-lsp
---
--- An experimental LSP for Markdown.
---
--- Please see the manual installation instructions: https://github.com/kitten/prosemd-lsp#manual-installation
return {
  cmd = { 'prosemd-lsp', '--stdio' },
  filetypes = { 'markdown' },
  root_markers = { '.git' },
}