fix nvim: lsp vue3
This commit is contained in:
parent
e06012b907
commit
c21a501d34
@ -15,7 +15,7 @@ M.lsp_servers = {
|
|||||||
has_go and "gopls" or nil, -- Go
|
has_go and "gopls" or nil, -- Go
|
||||||
"html", -- HTML
|
"html", -- HTML
|
||||||
"cssls", -- CSS
|
"cssls", -- CSS
|
||||||
"volar", -- Vue3
|
"vue-language-server", -- Vue3
|
||||||
-- "ts_ls", -- TypeScript,目前暫時不需要,先註解掉
|
-- "ts_ls", -- TypeScript,目前暫時不需要,先註解掉
|
||||||
"marksman", -- Markdown
|
"marksman", -- Markdown
|
||||||
"yamlls", -- YAML
|
"yamlls", -- YAML
|
||||||
|
Loading…
x
Reference in New Issue
Block a user