Do I need to manually setup mason and mason-lspconfig? #233
-
Could anyone please help, do I need to manually do this in my config:
If yes does the order matter with Lsp-zero? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
VonHeikemen
May 6, 2023
Replies: 1 comment
-
You don't have to add that to your config, lsp-zero will do it for you if you call And yes, order does matter. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
0xDmtri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't have to add that to your config, lsp-zero will do it for you if you call
.preset()
, like in this example.And yes, order does matter.
mason.nvim
should be configured before nvim-lspconfig. If you do need to configure mason.nvim, do it before lsp-zero.