Skip to content

Commit 9e0c7b6

Browse files
committed
fix(deps): pin mason plugin versions to v1.*
1 parent 81c5210 commit 9e0c7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@ require('lazy').setup({
474474
-- Automatically install LSPs and related tools to stdpath for Neovim
475475
-- Mason must be loaded before its dependents so we need to set it up here.
476476
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
477-
{ 'williamboman/mason.nvim', opts = {} },
478-
'williamboman/mason-lspconfig.nvim',
477+
{ 'williamboman/mason.nvim', version = 'v1.*', opts = {} },
478+
{ 'williamboman/mason-lspconfig.nvim', version = 'v1.*' },
479479
'WhoIsSethDaniel/mason-tool-installer.nvim',
480480

481481
-- Useful status updates for LSP.

0 commit comments

Comments
 (0)