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
parent
def924439d
commit
b34d0ceb85
|
@ -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")
|
||||
|
|
Reference in New Issue