Hacker News new | past | comments | ask | show | jobs | submit login

I tried it. For now it just behaves the same as normal Vim. Most of the work done is indeed under the hood. They are refactoring the codebase so that it will be easier to create plugins, extentions and to use Neovim inside other apps.



> For now it just behaves the same as normal Vim

Not quite. Neovim has working job control ("async"):

http://pastebin.com/hpiCP9Ae

It works like the javascript event loop, so even though Neovim is still single-threaded, you can dispatch to external processes and handle the results in a callback(s).


It seems to be in a working state, and loads VERY fast. But I haven't tried modifying the nvimrc or use plugins.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: