Nvim: pin mason to older version

Have to figure out migrating the config later
This commit is contained in:
Marko Korhonen 2025-05-14 16:42:50 -05:00
parent 460edb3593
commit 11b5a0347b

View file

@ -2,10 +2,11 @@
-- It also handles starting all of my LSP servers
--- @type LazyPluginSpec
return {
"williamboman/mason.nvim",
"mason-org/mason.nvim",
version = "^1.0.0",
dependencies = {
"neovim/nvim-lspconfig",
"williamboman/mason-lspconfig.nvim",
{ "mason-org/mason-lspconfig.nvim", version = "^1.0.0" },
-- Add MasonUpdateAll
{ "Zeioth/mason-extra-cmds", opts = {} },
-- Add lockfile support