guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: Add neovim-dispatch.


From: guix-commits
Subject: 05/05: gnu: Add neovim-dispatch.
Date: Thu, 22 Feb 2024 06:12:27 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 714d0c7202951e0c3bf4a0aceb781a82c46139b6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 22 11:57:10 2024 +0200

    gnu: Add neovim-dispatch.
    
    * gnu/packages/vim.scm (neovim-dispatch): New variable.
    
    Change-Id: I458b0d390168170b47119c7f592042177f1402ae
---
 gnu/packages/vim.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index fe12768159..7cacdd5f06 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]