aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/prosemd_lsp.lua
blob: 74eaf8e2a352a6cd8720b3f599dc118d150b10b1 (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' },
}