1

Modules/Neovim: Add tombi toml formatter

This commit is contained in:
2026-03-20 19:50:44 +01:00
parent 4014ed0318
commit d8dbdbc5de

View File

@ -77,6 +77,7 @@ in {
typstyle
mbake
just-formatter
tombi
])
[
@ -526,6 +527,7 @@ in {
qml = ["qmlformat"];
rust = ["rustfmt"];
svelte = ["prettierd" "prettier"];
toml = ["tombi"];
typescript = ["prettierd" "prettier"];
typst = ["typstyle"];
};