[nvim] Updates a few plugins to new versions/repositories

This commit is contained in:
2025-12-08 16:06:55 -08:00
parent cfde735570
commit edb0f18989
5 changed files with 34 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
return {
-- Maeson installs it's own binaries that are incompatible with NixOS.
{ "williamboman/mason.nvim", enabled = false },
{ "williamboman/mason-lspconfig.nvim", enabled = false },
{ "mason-org/mason.nvim", enabled = false },
{ "mason-org/mason-lspconfig.nvim", enabled = false },
}