gnu: Add neovim-dispatch.

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

Change-Id: I458b0d390168170b47119c7f592042177f1402ae
This commit is contained in:
Efraim Flashner 2024-02-22 11:57:10 +02:00
parent ad839564c8
commit 714d0c7202
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1107,6 +1107,11 @@ asynchronous adapters (including tmux, screen, and a headless mode), and when
the job completes, errors will be loaded and parsed automatically.")
(license license:vim))))
(define-public neovim-dispatch
(package
(inherit vim-dispatch)
(name "neovim-dispatch")))
(define-public vim-gemini-vim
;; No releases have been tagged.
(let ((commit "f300c54174fc0db8fb68f1bc04307b58612e9630")