diaglist.nvim icon indicating copy to clipboard operation
diaglist.nvim copied to clipboard

Live render workspace diagnostics in quickfix with current buf errors on top, buffer diagnostics in loclist

Results 5 diaglist.nvim issues
Sort by recently updated
recently updated
newest added

Hi @onsails, Thank you for your plugin. I use it with the sample config: ```lua lua require("diaglist").init({ debug = false, debounce_ms = 150, }) ``` I noticed the quickfix only...

The plugin sets a flag on `QuickFixCmdPre` to signify that the quickfix has been populated by something other than the diagnostics. This unfortunatelly conflicts with non-builtin functions utilizing quickfix (like...

Forgive me if I'm missing something obvious, but is there an easy way when using this plugin to have the quickfix list open automatically when there are errors? Something like...

good first issue

Excellent plugin! One small annoyance I've noticed is that when I leave the quickfix window, it no longer maintains the current selection and the top item is selected instead.

As reported here: https://github.com/LeonHeidelbach/trailblazer.nvim/issues/37