Skip to content

x/website: request for vim v9 LSP (yegappan/lsp) to appear in https://go.dev/gopls/editor/vim #78448

@KianYang-Lee

Description

@KianYang-Lee

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

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationIssues describing a change to documentation.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.website

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions