You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using mason-lspconfig.nvim to have my language servers installed via ensure_installed and mason.
However, there is the typescript language server (ts_ls), that I'm using for VueJS development.
To do this, it's required to install the @vue/typescript-plugin npm package.
So I was wondering, what would be a good way to set this up so that when Mason installs ts_ls that it also installs that additional package?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using
mason-lspconfig.nvim
to have my language servers installed viaensure_installed
and mason.However, there is the typescript language server (
ts_ls
), that I'm using for VueJS development.To do this, it's required to install the
@vue/typescript-plugin
npm package.So I was wondering, what would be a good way to set this up so that when Mason installs
ts_ls
that it also installs that additional package?Beta Was this translation helpful? Give feedback.
All reactions