mhanberg/output-panel.nvim

github github
pluginutility
stars 61
issues 2
subscribers 5
forks 3
CREATED

2023-04-14

UPDATED

8 months ago


output-panel.nvim

A panel to view the logs from your LSP servers.

Install

lazy.nvim

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

Usage

  • :OutputPanel to toggle the panel