Skip to content

Commit 12dc1e1

Browse files
guru245goglx
authored andcommitted
Change to Mason's new address (nvim-lua#1516)
1 parent 1f83c5a commit 12dc1e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,8 @@ require('lazy').setup({
577577
-- Automatically install LSPs and related tools to stdpath for Neovim
578578
-- Mason must be loaded before its dependents so we need to set it up here.
579579
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
580-
{ 'williamboman/mason.nvim', opts = {} },
581-
'williamboman/mason-lspconfig.nvim',
580+
{ 'mason-org/mason.nvim', opts = {} },
581+
'mason-org/mason-lspconfig.nvim',
582582
'WhoIsSethDaniel/mason-tool-installer.nvim',
583583

584584
-- Useful status updates for LSP.

0 commit comments

Comments
 (0)