vim-go - how to configure goimports group like GoLand

514 Views Asked by At

How can I set up goimports on vim to group all the imports like in the GoLand?

enter image description here

I already have this configuration for autosave on .vimrc:

let g:go_fmt_command = "goimports"
0

There are 0 best solutions below