summaryrefslogtreecommitdiff
path: root/dot_config/nvim_new/lsp/prosemd_lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/nvim_new/lsp/prosemd_lsp.lua')
-rw-r--r--dot_config/nvim_new/lsp/prosemd_lsp.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/dot_config/nvim_new/lsp/prosemd_lsp.lua b/dot_config/nvim_new/lsp/prosemd_lsp.lua
new file mode 100644
index 0000000..af8f988
--- /dev/null
+++ b/dot_config/nvim_new/lsp/prosemd_lsp.lua
@@ -0,0 +1,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' },
+}