From 718c90d2248cbf94060b2991c656942a22acd32a Mon Sep 17 00:00:00 2001 From: Umut Sahin Onder Date: Sun, 11 May 2025 16:16:14 +0200 Subject: [PATCH] fix: mason server name --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',