Shows the diagnostic messages for the given line in a split window. This was created to help decipher very long typescript messages that don't fit nicely into a floating window or virtual text.
This also adds custom syntax highlighting for the diagnostic message.The current version was designed specifically for typescript errors.
Clone the repository using your favorite plugin manager, including MunifTanjim/nui.vim. For example, with packer:
use {
"cseickel/diagnostic-window.nvim",
requires = { "MunifTanjim/nui.nvim" }
}
Then open the window with this command:
:DiagWindowShow
MIT
Please do!