Merge branch 'main' into fix/mason-v2

This commit is contained in:
Folke Lemaitre 2025-05-12 10:42:20 +02:00 committed by GitHub
commit 6efced7b9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -325,4 +325,8 @@ return {
end)
end,
},
-- pin to v1 for now
{ "mason-org/mason.nvim", version = "^1.0.0" },
{ "mason-org/mason-lspconfig.nvim", version = "^1.0.0" },
}