pkgsrc-wip/neovim/DESCR
Jonathan Buschmann b73c831848 Import neovim-0.0.0nb20141122 as wip/neovim.
Still a project in development and the same goes for the package.

Neovim is a project that seeks to aggressively refactor Vim in order to:

  + Enable the implementation of new/modern user interfaces without any
      modifications to the core source
  + Improve extensibility with a new plugin architecture
  + Simplify maintenance and encourage contributions
  + Split the work between multiple developers

The changes implemented should have little impact on vim's editing model or
vimscript in general. Most vimscript plugins should continue to work normally.
2014-11-22 22:58:46 +00:00

10 lines
498 B
Text

Neovim is a project that seeks to aggressively refactor Vim in order to:
+ Enable the implementation of new/modern user interfaces without any
modifications to the core source
+ Improve extensibility with a new plugin architecture
+ Simplify maintenance and encourage contributions
+ Split the work between multiple developers
The changes implemented should have little impact on vim's editing model or
vimscript in general. Most vimscript plugins should continue to work normally.