feat: added go utils

This commit is contained in:
Gustavo 2025-08-21 11:07:06 +02:00
parent e9f901da2b
commit 8aad681e12
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ return { -- Autoformat
css = { { 'prettierd', 'prettier', stop_after_first = true } }, css = { { 'prettierd', 'prettier', stop_after_first = true } },
scss = { { 'prettierd', 'prettier', stop_after_first = true } }, scss = { { 'prettierd', 'prettier', stop_after_first = true } },
sh = { 'shellcheck' }, sh = { 'shellcheck' },
go = { 'gofmt' }, go = { 'gofmt', 'goimports', 'goimports_reviser' },
xml = { 'xmllint' }, xml = { 'xmllint' },
}, },
}, },