Skip to content

Commit 8b88b14

Browse files
guru245melito00
authored andcommitted
Change to Mason's new address (nvim-lua#1516)
1 parent d1b3527 commit 8b88b14

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

561561
-- Useful status updates for LSP.

0 commit comments

Comments
 (0)