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
When I don't install Go, I get an error saying mason-lspconfig failed to install gopls. I'm pretty new to linux and neovim but it looks like the plugin requires Go to be installed (installing it fixes this). Should the setup automatically include installing Go?
The text was updated successfully, but these errors were encountered:
This is because the Go plugin for Neovim is installed by default, without checking whether the language has been chosen or not. If you don't use Go, feel free to remove the plugin.
There is a PR that might fix this problem during installation.
When I don't install Go, I get an error saying
mason-lspconfig failed to install gopls
. I'm pretty new to linux and neovim but it looks like the plugin requires Go to be installed (installing it fixes this). Should the setup automatically include installing Go?The text was updated successfully, but these errors were encountered: