Replies: 1 comment 2 replies
-
I'm planning to implement this setup by using autocmd triggered on events which changes current buffer/file (probably something like BufReadPre, BufNewFile, BufEnter, etc.) which will:
This should make project-specific tool versions to have priority over versions installed by mason. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, is it possible to configure Mason with servers installed per project?
I've read that Mason installs its servers globally, but I'm used to work with tsserver/eslint/prettier installed per project, because:
So, is there any alternative conf to achieve this?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions