diff --git a/init.lua b/init.lua index 6cb25dd5..6ca67b50 100644 --- a/init.lua +++ b/init.lua @@ -482,7 +482,7 @@ require('lazy').setup({ -- Automatically install LSPs and related tools to stdpath for Neovim -- Mason must be loaded before its dependents so we need to set it up here. -- NOTE: `opts = {}` is the same as calling `require('mason').setup({})` - { 'mason-orgmason.nvim', opts = {} }, + { 'mason-org/mason.nvim', opts = {} }, { 'mason-org/mason-lspconfig.nvim', opts = {} }, 'WhoIsSethDaniel/mason-tool-installer.nvim',