Skip to content

Commit 13658d1

Browse files
committed
update Mason's new address
1 parent 7609a16 commit 13658d1

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

432432
-- Useful status updates for LSP.

0 commit comments

Comments
 (0)