We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9628e5 commit 718c90dCopy full SHA for 718c90d
init.lua
@@ -482,7 +482,7 @@ require('lazy').setup({
482
-- Automatically install LSPs and related tools to stdpath for Neovim
483
-- Mason must be loaded before its dependents so we need to set it up here.
484
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
485
- { 'mason-orgmason.nvim', opts = {} },
+ { 'mason-org/mason.nvim', opts = {} },
486
{ 'mason-org/mason-lspconfig.nvim', opts = {} },
487
'WhoIsSethDaniel/mason-tool-installer.nvim',
488
0 commit comments