Skip to content

Commit ad9b26d

Browse files
committed
Use mason and mason-lspconfig versions 1.0.0 to work around a problem
1 parent 532b496 commit ad9b26d

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
@@ -487,8 +487,8 @@ require('lazy').setup({
487487
-- Automatically install LSPs and related tools to stdpath for Neovim
488488
-- Mason must be loaded before its dependents so we need to set it up here.
489489
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
490-
{ 'mason-org/mason.nvim', opts = {} },
491-
'mason-org/mason-lspconfig.nvim',
490+
{ 'mason-org/mason.nvim', opts = {}, version = '^1.0.0' },
491+
{ 'mason-org/mason-lspconfig.nvim', version = '^1.0.0' },
492492
'WhoIsSethDaniel/mason-tool-installer.nvim',
493493

494494
-- Useful status updates for LSP.

0 commit comments

Comments
 (0)