Nvim: pin mason to older version
Have to figure out migrating the config later
This commit is contained in:
parent
460edb3593
commit
11b5a0347b
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue