realzhujunhao
realzhujunhao

Reputation: 202

How can I display lsp info of current file configured by coc-nvim extension?

I'm new to coc-nvim, and I am used to the combination lspconfig + mason. Before I switch to coc, :LspInfo command will show the enabled lsp for current file, while it does not show the one configured by coc extensions.

I am looking for an equivalent coc command that does the same job of :LspInfo

Upvotes: 2

Views: 1192

Answers (1)

fannheyward
fannheyward

Reputation: 19297

:CocList services will list activated server for current buffer.

Upvotes: 2

Related Questions