fix(deps): pin mason plugin versions to v1.*

This commit is contained in:
Umut Sahin Onder 2025-05-10 17:20:20 +02:00
parent 81c5210cb5
commit 9e0c7b6341
1 changed files with 2 additions and 2 deletions

View File

@ -474,8 +474,8 @@ 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({})`
{ 'williamboman/mason.nvim', opts = {} },
'williamboman/mason-lspconfig.nvim',
{ 'williamboman/mason.nvim', version = 'v1.*', opts = {} },
{ 'williamboman/mason-lspconfig.nvim', version = 'v1.*' },
'WhoIsSethDaniel/mason-tool-installer.nvim',
-- Useful status updates for LSP.