fix: remove custom vue-language-server path to enable volar package

main
mandlm 2023-10-12 08:34:03 +02:00
parent 6e6411eddf
commit 24b86f821b
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ lspconfig["html"].setup({
-- setup volar
lspconfig["volar"].setup({
cmd = { "./node_modules/.bin/vue-language-server", "--stdio" },
filetypes = { 'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue', 'json' },
on_attach = on_attach,
capabilities = capabilities,