elixir-tools / elixir-tools.nvim

Neovim plugin for Elixir
MIT License
417 stars 31 forks source link

Output Panel a la VSCode #25

Closed mhanberg closed 2 years ago

mhanberg commented 2 years ago

Description

VSCode has an "Output Panel" that ElixirLS displays certain logs and errors that happen with the language server.

I'd like to have a buffer you can pop open in a float or in a split that shows the same information.

TODO

Acceptance Criteria