feat(nix): add nixfmt to mason install

This commit is contained in:
Daniel Mata 2025-03-31 17:19:08 -05:00
parent ec5981dfb1
commit 9e628203ea

View file

@ -3,6 +3,10 @@ return {
ft = "nix",
root = "flake.nix",
},
{
"williamboman/mason.nvim",
opts = { ensure_installed = { "nixfmt" } },
},
{
"nvim-treesitter/nvim-treesitter",
opts = { ensure_installed = { "nix" } },