How can I set up goimports on vim to group all the imports like in the GoLand?
I already have this configuration for autosave on .vimrc:
let g:go_fmt_command = "goimports"
How can I set up goimports on vim to group all the imports like in the GoLand?
I already have this configuration for autosave on .vimrc:
let g:go_fmt_command = "goimports"
Copyright © 2021 Jogjafile Inc.