From 3c5867dbbe67505e945bf5a34afc5a6a53b1084f Mon Sep 17 00:00:00 2001 From: beeb5k Date: Mon, 31 Aug 2026 16:31:00 +0530 Subject: Toml support --- lua/bee/format.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/bee/format.lua') 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" } }, }, -- cgit v1.3.1