What is the URL of the page with the issue?
What is your user agent?
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36
Screenshot
What did you do?
n/a
What did you expect to see?
I expected to see yegappan/lsp , the LSP for vim v9 to also appear on the list of Gopls: Using Vim or Neovim.
For the configuration, we can just use:
" Go language server
call LspAddServer([#{
\ name: 'golang',
\ filetype: ['go', 'gomod'],
\ path: '/usr/local/bin/gopls',
\ args: ['serve'],
\ syncInit: v:true
\ }])
What did you see instead?
I don't see it.
What is the URL of the page with the issue?
What is your user agent?
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36
Screenshot
What did you do?
n/a
What did you expect to see?
I expected to see yegappan/lsp , the LSP for vim v9 to also appear on the list of Gopls: Using Vim or Neovim.
For the configuration, we can just use:
What did you see instead?
I don't see it.