ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.83k stars 451 forks source link

Neovim Warning: `gopls not found` #1201

Closed shaojunjie0912 closed 3 months ago

shaojunjie0912 commented 3 months ago

Operating System: WSL2-Ubuntu.

I think I have installed all of prerequisites that needed following the tutorial.

But each time when I open neovim, it shows gopls not found.

And I tried to intall golang-go and use go install golang.org/x/tools/gopls@latest, but neovim still showed that message.

image

shaojunjie0912 commented 3 months ago

Fixed. Version of neovim in my ubuntu is v0.10, when I changed it to v0.9, it worked well.