1

Modules/Neovim: Add makefile formatter

This commit is contained in:
2026-02-09 15:50:24 +01:00
parent 4acddcec09
commit 6182ada581

View File

@ -74,6 +74,7 @@ in {
rustfmt
stylua
typstyle
mbake
])
[
@ -515,6 +516,7 @@ in {
javascript = ["prettierd" "prettier"];
latex = ["tex-fmt"];
lua = ["stylua"];
make = ["bake"];
markdown = ["prettierd" "prettier"];
nix = ["alejandra"];
python = ["black"];