josean-dev / dev-environment-files

2.64k stars 740 forks source link

about Vue #10

Closed LauGaHo closed 1 year ago

LauGaHo commented 1 year ago

Hi, the config can not work in vue and I add volar but still not work in vue project, How can I do?

LauGaHo commented 1 year ago

Although I add volar in mason.lua and add some in lspconfig.lua, but still not work.So what should I do?

josean-dev commented 1 year ago

Hey! Not sure what might be going wrong here. I would check that Mason actually installed volar properly by opening up Mason with ":Mason" first. If it is, then to see if the lsp configuration itself is working, I'd open a Vue.js file and do ":LspInfo". I don't work with Vue personally so don't have a lot of insight here to be honest. You can also try "vuels" which could also work for you.

LauGaHo commented 1 year ago

OK, I try it soon. Thank you