diagnostic-window.nvim icon indicating copy to clipboard operation
diagnostic-window.nvim copied to clipboard

Shows diagnostic messages in a separate window, which is particularly helpful for long message like those seen in typescript.

Results 2 diagnostic-window.nvim issues
Sort by recently updated
recently updated
newest added

Just wondering if there would be an api for this awesome tool? Since there's only one command, we have to manually close the window.

Hey, thanks for creating this plugin, it's really nice to use! Is there a config option to disable the header box ("Diagnostics for line x in y"), so that `:DiagWindowShow`...

enhancement