/diagnostic-window.nvim

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

Primary LanguageLuaMIT LicenseMIT

Diagnostic Window (no header)

This repo patches diagnostic-window.nvim to remove the header. image

Note that I have no idea how to code in Lua, so use at your own risk! As the wonderful license states:

IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Quickstart

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

License

MIT

Contributing

Please do!