Skip to content

Commit 718c90d

Browse files
committed
fix: mason server name
1 parent f9628e5 commit 718c90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ require('lazy').setup({
482482
-- Automatically install LSPs and related tools to stdpath for Neovim
483483
-- Mason must be loaded before its dependents so we need to set it up here.
484484
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
485-
{ 'mason-orgmason.nvim', opts = {} },
485+
{ 'mason-org/mason.nvim', opts = {} },
486486
{ 'mason-org/mason-lspconfig.nvim', opts = {} },
487487
'WhoIsSethDaniel/mason-tool-installer.nvim',
488488

0 commit comments

Comments
 (0)