willothy / flatten.nvim

Open files and command output from wezterm, kitty, and neovim terminals in your current neovim instance
https://luarocks.org/modules/willothy/flatten.nvim
MIT License
473 stars 13 forks source link

wip: allow async execution of code on host #77

Closed willothy closed 9 months ago

willothy commented 11 months ago

This will allow for timeouts to ensure that RPC requests only block nvim when they need to, so we can avoid freezing nvim when a host pipe is invalid or the host crashes.

Todo: vendor micro-async