diff options
Diffstat (limited to 'lsp/markdown.lua')
| -rw-r--r-- | lsp/markdown.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lsp/markdown.lua b/lsp/markdown.lua new file mode 100644 index 0000000..05fd268 --- /dev/null +++ b/lsp/markdown.lua @@ -0,0 +1,6 @@ +return { + cmd = { "marksman", "server" }, + filetypes = { "markdown", "markdown.mdx" }, + root_markers = { ".marksman.toml", ".git" }, + single_file_support = true, +} |
