Use gofumpt

This commit is contained in:
Nise Void 2020-09-01 17:36:45 +02:00
parent e305681b9b
commit 3676e4e447
Signed by: NiseVoid
GPG Key ID: FBA14AC83EA602F3
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ let g:cm_sources_override = {
au FileType go nmap <F11> :GoAlternate<CR>
" Go
let g:go_fmt_command = "goimports"
let g:go_fmt_command = "gofumports"
let g:go_fmt_fail_silently = 1
" let g:go_gocode_unimported_packages = 0