gnu: Add neovim-vader.

* gnu/packages/vim.scm (neovim-vader): New variable.

Change-Id: Ib507c2086c31a42088f3f433b57ac1e345e27113
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Jean-Pierre De Jesus DIAZ 2023-12-27 16:31:47 +01:00 committed by Efraim Flashner
parent def924439d
commit b34d0ceb85
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1533,6 +1533,11 @@ (define-public vim-vader
automate testing and is compatible with Vim and Neovim.")
(license license:expat)))) ;; Specified in README.md.
(define-public neovim-vader
(package
(inherit vim-vader)
(name "neovim-vader")))
(define-public vim-jedi-vim
(package
(name "vim-jedi-vim")