feat: added go utils
This commit is contained in:
parent
e9f901da2b
commit
8aad681e12
|
|
@ -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' },
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue