Seth Daniel
Seth Daniel
I don't see anything that bad. The worst startup time I've observed is just under 2s. I ran `:GoInstallBinaries` and the startup time improved to just over 1s. I'd be...
Did you re-run `:GoInstallBinaries`? I am using 1.18.3 and my startup is slow, but nothing like 8s.
`:GoInstallBinaries` should print the error when an error occurs. I'll look into doing that.
The failure is interesting. ATM I can't guess what it would be. As I mentioned in #11 I am using 1.18.3, but without this extreme startup delay.
You may want to turn on debugging and bring up the `:GoDebugConsole` after running `:GoInstallBinaries`. To turn on debugging you need a configuration file that has `system.debug` set to `true`:...
Seems reasonable. I will see what I can do.
All I can say is that it doesn't block for me. I can start editing right away while the tools are being installed (I see the updates in the messages)....
You may try deactivating all plugins but mason and mason-tool-installer to see if that changes things.
I copied your `mason-tool-installer` config to my own config and brought up `nvim`. FWIW I had no problems. Most tools were installed (a few weren't because I was missing some...
Another thing to try: limit your list of tools to 1, wipe the `mason` install directory, and start `nvim`. Once the one thing is installed type `:messages` and cut and...