1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

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

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")