Hacker News new | ask | show | jobs
by musaffa 3337 days ago
I use Neovim on daily basis. It works really well. It requires tremendous efforts and love to transform a huge archaic code base into a much modern one. Thanks, Neovim team!
1 comments

This can be said for any rewrite. Let's wait and see what happens to Neovim's code in coming 10-15 years if it can last that long. When you have to support all the legacy systems and all types of OSes out there, crap is going to come in the code.
To be fair, supporting all legacy systems and all types of OSes seems to be an explicit non-goal of neovim.
Neovim does have breaking changes from Vim, that by definition make support for some of these systems very hard or impossible.