guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: Add neovim-vader.


From: guix-commits
Subject: 03/06: gnu: Add neovim-vader.
Date: Mon, 1 Jan 2024 04:00:12 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b34d0ceb85c4a286f4c982f987acb198dce3c8a3
Author: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
AuthorDate: Wed Dec 27 16:31:47 2023 +0100

    gnu: Add neovim-vader.
    
    * gnu/packages/vim.scm (neovim-vader): New variable.
    
    Change-Id: Ib507c2086c31a42088f3f433b57ac1e345e27113
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/vim.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 03d1e5bed5..7fc6cae6e9 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1533,6 +1533,11 @@ be integrated with @acronym{CI, Continuous Integration} 
pipelines to
 automate testing and is compatible with Vim and Neovim.")
       (license license:expat)))) ;; Specified in README.md.
 
+(define-public neovim-vader
+  (package
+    (inherit vim-vader)
+    (name "neovim-vader")))
+
 (define-public vim-jedi-vim
   (package
     (name "vim-jedi-vim")



reply via email to

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