mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.46k stars 194 forks source link

Auto scroll when repl is not the active window #1164

Open joshpetit opened 7 months ago

joshpetit commented 7 months ago

Problem Statement

If you press G while in the repl window, it will keep the bottom of the output in view. If you leave that repl though that autoscrolling will stop

Possible Solutions

I'd suggest either making the autoscroll continue even after leaving the buffer

Considered Alternatives

No response