We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79572c commit 1ba1789Copy full SHA for 1ba1789
1 file changed
init.lua
@@ -481,6 +481,8 @@ require('lazy').setup({
481
-- Mason must be loaded before its dependents so we need to set it up here.
482
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
483
{ 'mason-org/mason.nvim', opts = {} },
484
+ -- Maps LSP server names between nvim-lspconfig and Mason package names.
485
+ 'mason-org/mason-lspconfig.nvim',
486
'WhoIsSethDaniel/mason-tool-installer.nvim',
487
488
-- Useful status updates for LSP.
0 commit comments