guix-patches
[Top][All Lists]
Advanced

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

[bug#57389] [PATCH 11/29] gnu: Add neovim-hare.


From: (
Subject: [bug#57389] [PATCH 11/29] gnu: Add neovim-hare.
Date: Wed, 24 Aug 2022 18:08:38 +0100

* gnu/packages/vim.scm (neovim-hare): New variable.
---
 gnu/packages/vim.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 935ec46dc7..887f16c9bc 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1556,3 +1556,15 @@ (define-public vim-hare
        "This package provides syntax highlighting and indentation
 support for the Hare programming language in Vim.")
       (license license:vim))))
+
+(define-public neovim-hare
+  (package
+    (inherit vim-hare)
+    (name "neovim-hare")
+    (arguments
+     (list #:install-plan
+           #~'(("compiler" "share/nvim/site/pack/guix/start/hare/")
+               ("ftdetect" "share/nvim/site/pack/guix/start/hare/")
+               ("ftplugin" "share/nvim/site/pack/guix/start/hare/")
+               ("indent" "share/nvim/site/pack/guix/start/hare/")
+               ("syntax" "share/nvim/site/pack/guix/start/hare/"))))))
-- 
2.37.2






reply via email to

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