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
- Outputs:
out - 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 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.