[neovim] Disables mason-lspconfig

This commit is contained in:
2025-03-02 18:09:59 -08:00
parent bf049588ff
commit b5d5a2804a

View File

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