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 -- It also handles starting all of my LSP servers
--- @type LazyPluginSpec --- @type LazyPluginSpec
return { return {
"williamboman/mason.nvim", "mason-org/mason.nvim",
version = "^1.0.0",
dependencies = { dependencies = {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
"williamboman/mason-lspconfig.nvim", { "mason-org/mason-lspconfig.nvim", version = "^1.0.0" },
-- Add MasonUpdateAll -- Add MasonUpdateAll
{ "Zeioth/mason-extra-cmds", opts = {} }, { "Zeioth/mason-extra-cmds", opts = {} },
-- Add lockfile support -- Add lockfile support