You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not show status for formatting and imports when using gopls to
perform those operations in order to be congruent with the lack of
status messsages when using gofmt and goimports.
Fixesfatih#2847
What did you do?
let g:go_fmt_command = 'gopls'
in my vimrc file.vim main.go
.:w
.What did you expect to happen?
No message, no need to press Enter to continue editing the file.
What happened instead?
The following message is printed:
I have to press Enter to make the message disappear, which is not the behavior I observe with the
gofmt
formatter.Configuration:
vim-go version:
master
@ d6f4680vimrc
you used to reproduce:Vim version:
Go version:
go version go1.14 linux/amd64
Go environment
go env
Output:gopls version
gopls version
Output:Already reported in #2800 (comment) but the issue was not addressed.
ref #2729
The text was updated successfully, but these errors were encountered: