fix: remove custom vue-language-server path to enable volar package
parent
6e6411eddf
commit
24b86f821b
|
@ -190,7 +190,6 @@ lspconfig["html"].setup({
|
||||||
|
|
||||||
-- setup volar
|
-- setup volar
|
||||||
lspconfig["volar"].setup({
|
lspconfig["volar"].setup({
|
||||||
cmd = { "./node_modules/.bin/vue-language-server", "--stdio" },
|
|
||||||
filetypes = { 'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue', 'json' },
|
filetypes = { 'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue', 'json' },
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
|
|
Loading…
Reference in New Issue