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 1c02597 commit d0c4940Copy full SHA for d0c4940
init.lua
@@ -465,8 +465,8 @@ require('lazy').setup({
465
-- Automatically install LSPs and related tools to stdpath for Neovim
466
-- Mason must be loaded before its dependents so we need to set it up here.
467
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
468
- { 'williamboman/mason.nvim', opts = {} },
469
- 'williamboman/mason-lspconfig.nvim',
+ { 'mason-org/mason.nvim', opts = {} },
+ 'mason-org/mason-lspconfig.nvim',
470
'WhoIsSethDaniel/mason-tool-installer.nvim',
471
472
-- Useful status updates for LSP.
0 commit comments