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 d1b3527 commit 8b88b14Copy full SHA for 8b88b14
init.lua
@@ -554,8 +554,8 @@ require('lazy').setup({
554
-- Automatically install LSPs and related tools to stdpath for Neovim
555
-- Mason must be loaded before its dependents so we need to set it up here.
556
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
557
- { 'williamboman/mason.nvim', opts = {} },
558
- 'williamboman/mason-lspconfig.nvim',
+ { 'mason-org/mason.nvim', opts = {} },
+ 'mason-org/mason-lspconfig.nvim',
559
'WhoIsSethDaniel/mason-tool-installer.nvim',
560
561
-- Useful status updates for LSP.
0 commit comments