summaryrefslogtreecommitdiff
path: root/lua/bee/format.lua
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-08-31 16:31:00 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-08-31 16:31:00 +0530
commit3c5867dbbe67505e945bf5a34afc5a6a53b1084f (patch)
treea686bab9c4c56b47e49c88839d6d98c5fe6fe42a /lua/bee/format.lua
parentc3a99310e066b0313369bf02d60496afe0951d02 (diff)
Toml support
Diffstat (limited to 'lua/bee/format.lua')
-rw-r--r--lua/bee/format.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/bee/format.lua b/lua/bee/format.lua
index 5a123a4..7fd38e9 100644
--- a/lua/bee/format.lua
+++ b/lua/bee/format.lua
@@ -19,6 +19,7 @@ return {
c = { "clang_format" },
cpp = { "clang_format" },
cmake = { "cmake_format" },
+ toml = { "tombi" },
-- Use a sub-list to run only the first available formatter
javascript = { { "prettierd", "prettier" } },
},