/output-panel.nvim

A panel to view the logs from your LSP servers.

Primary LanguageLuaMIT LicenseMIT

output-panel.nvim

A panel to view the logs from your LSP servers.

image

Install

lazy.nvim

{
  "mhanberg/output-panel.nvim",
  event = "VeryLazy",
  config = function()
    require("output_panel").setup()
  end
}

Usage

  • :OutputPanel to toggle the panel