nvim-lualine/lualine.nvim

Feat: add `coc_workspace` option to diagnostic sources

HicaroD opened this issue · 0 comments

Requested feature

In the table of diagnostic sources, we don't have an option for listing all CoC diagnostic from workspace. The only option avaiable for CoC is coc, which only shows the diagnostics for the current buffer.

Motivation

In the same way we have nvim_diagnostic and nvim_workspace_diagnostic, it would be really nice to have coc and coc_workspace in the table of diagnostic sources.

I'm willing to work on it and make a PR.