From 8aad681e1252118550a03b96b22c0cb98cf69012 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Thu, 21 Aug 2025 11:07:06 +0200 Subject: [PATCH] feat: added go utils --- lua/kickstart/plugins/format.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/kickstart/plugins/format.lua b/lua/kickstart/plugins/format.lua index 8213c80c..3a8d8c72 100644 --- a/lua/kickstart/plugins/format.lua +++ b/lua/kickstart/plugins/format.lua @@ -52,7 +52,7 @@ return { -- Autoformat css = { { 'prettierd', 'prettier', stop_after_first = true } }, scss = { { 'prettierd', 'prettier', stop_after_first = true } }, sh = { 'shellcheck' }, - go = { 'gofmt' }, + go = { 'gofmt', 'goimports', 'goimports_reviser' }, xml = { 'xmllint' }, }, },