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' }, }, },