mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add neovim-asyncrun.
* gnu/packages/vim.scm (neovim-asyncrun): New variable. Change-Id: I8716ff4a1beeee3364973c12e0e6243a1b21afe6
This commit is contained in:
parent
4bd8b6b0cc
commit
4cdf734804
1 changed files with 5 additions and 0 deletions
|
@ -1074,6 +1074,11 @@ (define-public vim-asyncrun
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue