Skip to content

Commit

Permalink
adds output panel plugin for LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjewiss committed Jan 2, 2024
1 parent fe60cc6 commit efe7dcf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/nvim/lua/plugins/output-panel.lua
Original file line number Diff line number Diff line change
@@ -0,0 1,16 @@
return {
{
"mhanberg/output-panel.nvim",
event = "VeryLazy",
config = function()
require("output_panel").setup()
end,
keys = {
{
"<leader>co",
"<cmd>OutputPanel<cr>",
desc = "Show output panel (lsp)",
},
},
},
}

0 comments on commit efe7dcf

Please sign in to comment.