We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532b496 commit ad9b26dCopy full SHA for ad9b26d
init.lua
@@ -487,8 +487,8 @@ require('lazy').setup({
487
-- Automatically install LSPs and related tools to stdpath for Neovim
488
-- Mason must be loaded before its dependents so we need to set it up here.
489
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
490
- { 'mason-org/mason.nvim', opts = {} },
491
- 'mason-org/mason-lspconfig.nvim',
+ { 'mason-org/mason.nvim', opts = {}, version = '^1.0.0' },
+ { 'mason-org/mason-lspconfig.nvim', version = '^1.0.0' },
492
'WhoIsSethDaniel/mason-tool-installer.nvim',
493
494
-- Useful status updates for LSP.
0 commit comments