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 81c5210 commit 9e0c7b6Copy full SHA for 9e0c7b6
init.lua
@@ -474,8 +474,8 @@ require('lazy').setup({
474
-- Automatically install LSPs and related tools to stdpath for Neovim
475
-- Mason must be loaded before its dependents so we need to set it up here.
476
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
477
- { 'williamboman/mason.nvim', opts = {} },
478
- 'williamboman/mason-lspconfig.nvim',
+ { 'williamboman/mason.nvim', version = 'v1.*', opts = {} },
+ { 'williamboman/mason-lspconfig.nvim', version = 'v1.*' },
479
'WhoIsSethDaniel/mason-tool-installer.nvim',
480
481
-- Useful status updates for LSP.
0 commit comments