This looks amazing , I love the idea. I wonder, as a general feeling, does the implementation of the floating narrowed regions involve a lot of hacks/workarounds, or does it come fairly naturally to nvim?
Re: Show HN: Yode-Nvim – Focused Code Editing for Neovim
#21With the buffer events and especially `nvim_buf_call` of NeoVim it is possible to do everything without hacks.