feat(lang): remove nixpkgs-fmt from mason due to nixfmt standardization

This commit is contained in:
Izel Nakri 2024-04-15 23:06:23 +02:00 committed by Folke Lemaitre
parent 9956d3b464
commit c2429bafef

View file

@ -10,7 +10,6 @@ return {
"williamboman/mason.nvim",
opts = function(_, opts)
vim.list_extend(opts.ensure_installed, {
"nixpkgs-fmt",
"nil",
})
end,