Skip to content

Commit aff672b

Browse files
authored
Merge pull request #1 from nvim-lua/master
Change to Mason's new address (nvim-lua#1516)
2 parents d350db2 + 76cb865 commit aff672b

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

481481
-- Useful status updates for LSP.

0 commit comments

Comments
 (0)