Skip to content

mhanberg/output-panel.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages