neoterm is a terminal wrapper for the inbuilt NeoVim terminal. It offers some convenient shortcuts and also comes with REPL integration.
Unfortunately, sometimes the terminal doesn’t show the command prompt if you have a lot of previous output.
There is an easy option to fix that: Set g:neoterm_autoscroll
to 1.
When set to 1 neoterm will scroll to the end of its buffer after running any command or using :TOpen for when the terminal is hidden.