Reputation: 202
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
Reputation: 19297
:CocList services
will list activated server for current buffer.
Upvotes: 2