[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: Add neovim-asyncrun.
From: |
guix-commits |
Subject: |
03/05: gnu: Add neovim-asyncrun. |
Date: |
Thu, 22 Feb 2024 06:12:27 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 4cdf734804a90b26402f7fd048a272bb8858fc8f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 22 11:47:50 2024 +0200
gnu: Add neovim-asyncrun.
* gnu/packages/vim.scm (neovim-asyncrun): New variable.
Change-Id: I8716ff4a1beeee3364973c12e0e6243a1b21afe6
---
gnu/packages/vim.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 59ff0b4a28..6b0680fcbe 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -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")