nikvdp/nvim-lsp-config

Trying to get gopls working

awilliamson-puppet opened this issue · 5 comments

Just want to say first thanks for this awesome repo; currently making the switch from VSCode. Trying to get gopls working but the server doesn't seem to attach on starting up. Did you have to do anything special to get it working?

hey @awilliamson-puppet, glad to hear from you! I didn't have to do anything special aside from the usual :LspInstall go. If you do :LspInfo you get a screen with some extra info including the path to a log file (should be on the second line of the window), that might give you some extra insight into why it's not attaching on your system

Hey thanks for the reply - I eventually got it working with the help of the log. Thank you very much!!

Great, glad you got it sorted out! What was the issue?

Awesome, glad you’re enjoying it :)