README 578 B

1234567891011121314
  1. Neovim is a project that seeks to aggressively refactor Vim in order to:
  2. * Simplify maintenance and encourage contributions
  3. * Split the work between multiple developers
  4. * Enable the implementation of new/modern user interfaces without any
  5. modifications to the core source
  6. * Improve extensibility with a new plugin architecture
  7. note on building:
  8. be sure to have lua (5.1) installed so that the lua-libraries neovim
  9. depends on are packaged for 5.1 (e.g. lpeg). the lua used in neovim is
  10. shipped with it, so lua isn't a direct dependency for neovim and not
  11. listed in REQUIRES.