How to use STDIN (standard input) from Neovim's shell?

This is a known and long-outstanding issue, see :! (bang) and system() are not interactive · Issue #1496 · neovim/neovim · GitHub

The current solution is to use :term instead of :!.

1 Like