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