Search code examples
vimneovim

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


Solution

  • :CocList services will list activated server for current buffer.