chore: plugin update

Also locks mason and mason-lspconfig to v1 to prevent breaking changes
This commit is contained in:
Devin Haska 2025-05-09 15:25:19 -07:00
parent 0c60a92d1f
commit 93fc256be9
2 changed files with 24 additions and 22 deletions

View file

@ -1,11 +1,17 @@
return {
-- Locking mason.nvim and mason-lspconfig.nvim to v1
-- See -- see https://github.com/LazyVim/LazyVim/issues/6039
{
"williamboman/mason.nvim",
version = "^1.0.0",
opts = {},
},
{
"williamboman/mason-lspconfig.nvim",
version = "^1.0.0",
dependencies = { "neovim/nvim-lspconfig" },
opts = {
automatic_enable = false,
ensure_installed = {
"cssls",
"eslint",
@ -23,10 +29,6 @@ return {
{
"neovim/nvim-lspconfig",
event = "VeryLazy",
dependencies = {
"mason.nvim",
"williamboman/mason-lspconfig.nvim",
},
opts = {
servers = {
cssls = {},