Skip to content

Commit d0c4940

Browse files
guru245r0xsh
authored andcommitted
Change to Mason's new address (nvim-lua#1516)
1 parent 1c02597 commit d0c4940

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

472472
-- Useful status updates for LSP.

0 commit comments

Comments
 (0)