Hacker News new | ask | show | jobs
by laktak 768 days ago
I tried to switch to nvim but quickly discovered that there are breaking changes that just don't work for me, like system() not being interactive and having to use term.

nvim might be great for some but it's not a vim replacement, it's a different editor with different drawbacks.

2 comments

Its a fantastic vim replacement for most people I think. My Vim -> Neovim migration was simply using the new binary with the same vimscript config, I was really impressed.
Is `!` still broken? Last I looked there seemed to be resistance to fixing it.
Yes, ! has the same issues as system() which I'd need to integrate with lf.