Skip to content

Commit 7fdaacd

Browse files
guru245prerit714
authored andcommitted
Change to Mason's new address (nvim-lua#1516)
1 parent b4bb234 commit 7fdaacd

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

510510
-- Useful status updates for LSP.

0 commit comments

Comments
 (0)