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 4fc0701 commit 58509e9Copy full SHA for 58509e9
init.lua
@@ -403,8 +403,8 @@ require('lazy').setup({
403
-- Automatically install LSPs and related tools to stdpath for Neovim
404
-- Mason must be loaded before its dependents so we need to set it up here.
405
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
406
- { 'williamboman/mason.nvim', opts = {} },
407
- 'williamboman/mason-lspconfig.nvim',
+ { 'mason-org/mason.nvim', opts = {} },
+ 'mason-org/mason-lspconfig.nvim',
408
'WhoIsSethDaniel/mason-tool-installer.nvim',
409
410
-- Useful status updates for LSP.
0 commit comments