nvim lsp: 設定好常用的程式語言
This commit is contained in:
5
dot_config/nvim/exact_lua/lsp/exact_servers/marksman.lua
Normal file
5
dot_config/nvim/exact_lua/lsp/exact_servers/marksman.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { "marksman", "server" },
|
||||
filetypes = { "markdown", "markdown.mdx" },
|
||||
root_markers = { ".marksman.toml", ".git" },
|
||||
}
|
||||
Reference in New Issue
Block a user