Replies: 2 comments 4 replies
-
See #2139. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Now it works, thanks a lot. Could it be possible to make it executed
automatically on save? Kinda like a autocmd in vim
…On Wed, Apr 20, 2022 at 00:17 Michael Davis ***@***.***> wrote:
Pipe (also | in normal mode) takes a selection as input, so if you'd like
to format the entire buffer you'll need to first select the buffer with %
and then pipe through goimports.
—
Reply to this email directly, view it on GitHub
<#2175 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6L4KN3JP2J2IEL2KXIYG3VF3MCRANCNFSM5TZAO3ZQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does the LSP support for golang has
goimports
enabled? How can I format the code with goimports?Beta Was this translation helpful? Give feedback.
All reactions