11 lines
341 B
Lua
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/",
|
|
},
|
|
},
|
|
}
|