fix
This commit is contained in:
parent
aff0d8dd4d
commit
0d3cb881b6
@ -84,15 +84,11 @@ mason_lspconfig.setup_handlers {
|
|||||||
{
|
{
|
||||||
name = '@vue/typescript-plugin',
|
name = '@vue/typescript-plugin',
|
||||||
location = '/home/antoxa/.nvm/versions/node/v20.12.2/lib/node_modules/@vue/typescript-plugin',
|
location = '/home/antoxa/.nvm/versions/node/v20.12.2/lib/node_modules/@vue/typescript-plugin',
|
||||||
languages = { 'javascript', 'typescript', 'vue' },
|
languages = { 'javascript', 'typescript', 'vue' }
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
config.filetypes = {
|
|
||||||
'javascript',
|
|
||||||
'typescript',
|
|
||||||
'vue',
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
config.filetypes = { 'javascript', 'typescript', 'vue' }
|
||||||
end
|
end
|
||||||
|
|
||||||
-- GRAPHQL.
|
-- GRAPHQL.
|
||||||
|
Loading…
Reference in New Issue
Block a user