diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-09-01 21:30:16 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-09-01 21:30:16 +0530 |
| commit | 220899a1d0c4a39f01f9f43bd71b4c6af41f7a85 (patch) | |
| tree | e21c1b0c94d09d9635303c9151cade9ebe47f9af /lua/bee/format.lua | |
| parent | 3c5867dbbe67505e945bf5a34afc5a6a53b1084f (diff) | |
Diffstat (limited to 'lua/bee/format.lua')
| -rw-r--r-- | lua/bee/format.lua | 1 |
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" } }, }, |
