nvim/lua/custom/lsp/config/volar.lua
2024-12-18 12:08:15 +01:00

11 lines
341 B
Lua

return {
filetypes = { 'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue' },
init_options = {
vue = {
hybridMode = false,
},
typescript = {
tsdk = "/home/simon/.local/share/nvim/mason/packages/vue-language-server/node_modules/typescript/lib/",
},
},
}