summaryrefslogtreecommitdiff
path: root/lua/bee/format.lua
diff options
context:
space:
mode:
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 7fd38e9..4a58932 100644
--- a/lua/bee/format.lua
+++ b/lua/bee/format.lua
@@ -20,6 +20,7 @@ return {
cpp = { "clang_format" },
cmake = { "cmake_format" },
toml = { "tombi" },
+ go = { "gofmt", "golint" },
-- Use a sub-list to run only the first available formatter
javascript = { { "prettierd", "prettier" } },
},