From 220899a1d0c4a39f01f9f43bd71b4c6af41f7a85 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Tue, 1 Sep 2026 21:30:16 +0530 Subject: Go 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 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" } }, }, -- cgit v1.3.1