Use gofumpt
This commit is contained in:
parent
e305681b9b
commit
3676e4e447
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue