nvim lsp: 設定好常用的程式語言

This commit is contained in:
2025-05-05 20:11:33 +08:00
parent bf7f000533
commit 5f615e405a
6 changed files with 42 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
return {
cmd = { "marksman", "server" },
filetypes = { "markdown", "markdown.mdx" },
root_markers = { ".marksman.toml", ".git" },
}