Neovim: Rewriting & Modernizing The Vim Editor

Written by Michael Larabel in Free Software on 24 February 2014 at 11:54 AM EST. 37 Comments
FREE SOFTWARE
Neovim is a new open-source text editor project that advertises itself as "vim's rebirth for the 21st century", a more modern version of the incredibly popular vim editor.

Per an announcement to the vim developers, Diego Viola who's interested in Neovim explains it as "to refactor and modernize the [vim] codebase." This was already criticized by vim's Bram Moolenaar who was quick to say, "It's going to be an awful lot of work, with the result that not all systems will be supported, new bugs introduced and what's the gain for the end user exactly? Total refactoring is not a solution. It's much better to improve what we have. Perhaps with some small refactorings specifically aimed at making Vim work better for users."

This new young project is hosted at Neovim.org and its code is offered at GitHub.com. The project was started by Thiago de Arruda.

The expressed reason for this big vim rewrite is that the editor is now 20+ years old and has more than 300,000 lines of C89 code. The goals of Neovim's code come down to simplified maintenance, split work across multiple developers, support new and modern UIs without modifying vim core, and improving the extensibility power with a new plug-in architecture based on co-processes that can be written in any language. Among the first items on the Neovim agenda are moving to a cmake-based build system, dropping legacy system and compiler support, move to libuv for handling platform-specific code, and work on the new plug-in architecture.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week