megalithic / output-panel.nvim

A panel to view the logs from your LSP servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A panel to view the logs from your LSP servers.

License:MIT License


Languages

Language:Lua 100.0%