Is there a way to show all errors in the entire project similar to CocList diagnostics
?
don’t know about Coc, but there’s a function that might be useful: vim.diagnostic.setqflist()
. I use it all the time.
1 Like