fix: mason server name

This commit is contained in:
Umut Sahin Onder 2025-05-11 16:16:14 +02:00
parent f9628e5cad
commit 718c90d224
1 changed files with 1 additions and 1 deletions

View File

@ -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',