add vuejs support

This commit is contained in:
Lucas Barbieri 2024-04-10 16:52:16 -03:00
parent 6aac6c109f
commit 9f56adf1ed

View File

@ -359,7 +359,19 @@ local servers = {
}, },
html = { provideFormatter = false }, html = { provideFormatter = false },
cssls = {}, cssls = {},
tsserver = {}, tsserver = {
init_options = {
plugins = {
{
name = "@vue/typescript-plugin",
location = "~/.nvm/versions/node/v20.10.0/lib/node_modules/@vue/typescript-plugin",
languages = { "vue" },
},
},
},
filetypes = { 'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue' },
},
volar = {},
pyright = {}, pyright = {},
jdtls = { jdtls = {