mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add neovim-asyncrun.
* gnu/packages/vim.scm (neovim-asyncrun): New variable. Change-Id: I8716ff4a1beeee3364973c12e0e6243a1b21afe6
This commit is contained in:
@@ -1074,6 +1074,11 @@ NeoVim) to enable you to run shell commands in background and read output in the
|
||||
quickfix window in realtime.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public neovim-asyncrun
|
||||
(package
|
||||
(inherit vim-asyncrun)
|
||||
(name "neovim-asyncrun")))
|
||||
|
||||
(define-public vim-dispatch
|
||||
(package
|
||||
(name "vim-dispatch")
|
||||
|
||||
Reference in New Issue
Block a user