Recs.
Updated
A "next generation" Vim effort. Major overhaul to support more powerful plugins and better integration with tools such as IDEs.
SpecsUpdate
Pros
Pro Plugins don't require vimL/vimscript
nvim supports plugins written in lua (and many other languages!). VimL is an awkward language to write plugins in, switching it out for other languages was a great call. Despite the fact that Vim can also have python-based plugins, NeoVim can do much more and much better.
Pro Better integration with external tools
The core text editor is "headless", meaning it's detached from the user-interface so other programs can hook into it. This enables better integration with IDEs and browsers, where "Vim mode" has typically been a poor substitute because it was a partial rewrite or a partial port at best. One of the advantages of Vim has always been ubiquity and Neovim makes it even more ubiquitous.