neovim
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
- Versions: 0.9.5
- Website: https://neovim.io
- Licenses: ASL 2.0 · Vim
- Package source: gnu/packages/vim.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of neovim
as follows:
guix install neovim
Or install a particular version:
guix install neovim@0.9.5
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.
Badge code
You can use the following badge to inform users of neovim about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/neovim'><img src='https://packages.guix.gnu.org/packages/neovim/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/neovim)
Example Org:
[[https://packages.guix.gnu.org/packages/neovim][https://packages.guix.gnu.org/packages/neovim/badges/latest-version.svg]]