This package browser is in early development. Mind the rough edges.

neovim 0.11.5

Fork of vim focused on extensibility and agility

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

  • Simplify maintenance and encourage contributions

  • Split the work between multiple developers

  • Enable advanced external UIs without modifications to the core

  • Improve extensibility with a new plugin architecture

Installation

Install neovim 0.11.5 as follows:

guix install neovim@0.11.5

Or install the latest version:

guix install neovim

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.