Skip to content

Commit 4a10bdf

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

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

399399
-- Useful status updates for LSP.

0 commit comments

Comments
 (0)