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