Skip to content

Commit d74006d

Browse files
guru2452takker
authored andcommitted
Change to Mason's new address (nvim-lua#1516)
1 parent 06a93cf commit d74006d

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
@@ -488,8 +488,8 @@ require('lazy').setup({
488488
-- Automatically install LSPs and related tools to stdpath for Neovim
489489
-- Mason must be loaded before its dependents so we need to set it up here.
490490
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
491-
{ 'williamboman/mason.nvim', opts = {} },
492-
'williamboman/mason-lspconfig.nvim',
491+
{ 'mason-org/mason.nvim', opts = {} },
492+
'mason-org/mason-lspconfig.nvim',
493493
'WhoIsSethDaniel/mason-tool-installer.nvim',
494494

495495
-- Useful status updates for LSP.

0 commit comments

Comments
 (0)