Live data from Hacker News

Show HN: Yode-Nvim – Focused Code Editing for Neovim

github.com

21–23 of 23 posts

Re: Show HN: Yode-Nvim – Focused Code Editing for Neovim

#21
post #19

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?

With the buffer events and especially `nvim_buf_call` of NeoVim it is possible to do everything without hacks.

Re: Show HN: Yode-Nvim – Focused Code Editing for Neovim

#22
post #21
post #19

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?

With the buffer events and especially `nvim_buf_call` of NeoVim it is possible to do everything without hacks.

That's great to hear. I'd be very interested to see how this goes on. Is there a place to follow development, like a Matrix room or something?

Re: Show HN: Yode-Nvim – Focused Code Editing for Neovim

#23
post #22
post #21

Earlier quoted context omitted.

With the buffer events and especially `nvim_buf_call` of NeoVim it is possible to do everything without hacks.

That's great to hear. I'd be very interested to see how this goes on. Is there a place to follow development, like a Matrix room or something?

Cool. You can "watch" the Github repo with the button in the right upper place beside "star" and "fork".
Post reply on HN