added nix formatting

This commit is contained in:
voidarclabs
2026-01-04 16:46:53 +00:00
parent c1a605ef20
commit e563553a57

View File

@@ -6,6 +6,7 @@ return {
lua = { "stylua" }, lua = { "stylua" },
javascript = { "prettier" }, javascript = { "prettier" },
python = { "black" }, python = { "black" },
nix = { "nixfmt" },
}, },
format_on_save = true, format_on_save = true,
}) })