me
/
guix
Archived
1
0
Fork 0

gnu: Add neovim-vader.

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

Change-Id: Ib507c2086c31a42088f3f433b57ac1e345e27113
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
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
1 changed files with 5 additions and 0 deletions

View File

@ -1533,6 +1533,11 @@ be integrated with @acronym{CI, Continuous Integration} pipelines to
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")