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
:CocList services
will list activated server for current buffer.