[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/78: gnu: Add neovim-asyncrun.
From: |
guix-commits |
Subject: |
05/78: gnu: Add neovim-asyncrun. |
Date: |
Fri, 23 Feb 2024 03:11:57 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 532d7844561434034d4780588c3370116ca02ee0
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")
- branch go-team updated (07962429da -> cb3bcce563), guix-commits, 2024/02/23
- 03/78: gnu: universal-ctags: Update to 6.1.20240218.0., guix-commits, 2024/02/23
- 02/78: gnu: Remove duplicate module import., guix-commits, 2024/02/23
- 01/78: gnu: Add libdbx., guix-commits, 2024/02/23
- 04/78: gnu: vim-asyncrun: Update to 2.12.4., guix-commits, 2024/02/23
- 08/78: gnu: emacs-tramp: Update to 2.6.2.1., guix-commits, 2024/02/23
- 05/78: gnu: Add neovim-asyncrun.,
guix-commits <=
- 11/78: gnu: python-ruamel-yaml: Update to 0.18.6., guix-commits, 2024/02/23
- 09/78: gnu: tigervnc-client: Update to 1.13.1., guix-commits, 2024/02/23
- 10/78: gnu: python-ruamel.yaml.clib: Update to 0.2.8., guix-commits, 2024/02/23
- 13/78: gnu: Add python-cwlformat., guix-commits, 2024/02/23
- 14/78: gnu: Add python-cwl-upgrader., guix-commits, 2024/02/23
- 16/78: gnu: Add python-spython., guix-commits, 2024/02/23
- 18/78: gnu: Add xpenguins., guix-commits, 2024/02/23
- 12/78: gnu: python-schema-salad: Update to 8.5.20240102191335., guix-commits, 2024/02/23
- 15/78: gnu: Add python-cwl-utils., guix-commits, 2024/02/23
- 17/78: gnu: cwltool: Update to 3.1.20240112164112., guix-commits, 2024/02/23