mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add neovim-dispatch.
* gnu/packages/vim.scm (neovim-dispatch): New variable. Change-Id: I458b0d390168170b47119c7f592042177f1402ae
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user