Hell_Rok writes:
"Neovim is an effort to aggressively re-factor the Vim source code and improve on:
Hosted on Bounty Source it has reached $25,500 of it's goal of $10,000, although there are still 3 days to reach further stretch goals! You can view the projects current progress and even pitch in over at GitHub. As someone who has started using Vim full-time over the last 6 months I feel that this is a very good project for the longevity of Vim."
(Score: 2, Interesting) by drasha on Thursday March 20 2014, @07:27PM
I am not saying that this is not a worthy endeavor, but I felt little uneasy looking at the proposed plugin scheme.
Each plugin should be a process that will communicate with vim via rpc:
This reads like a mother of all inefficiency...
(Score: 2) by Marneus68 on Thursday March 20 2014, @08:32PM
> This reads like a mother of all inefficiency...
Don't worry. Throwing some LUA interpretation in will speed up everything. That makes perfect sense !