Modules/Neovim: Add tombi toml formatter
This commit is contained in:
@ -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"];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user