GNU bug report logs - #66415
[PATCH] gnu: Add vim-rainbow

Previous Next

Package: guix-patches;

Reported by: mason1920 <mason1920 <at> use.startmail.com>

Date: Mon, 9 Oct 2023 07:35:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66415 in the body.
You can then email your comments to 66415 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#66415; Package guix-patches. (Mon, 09 Oct 2023 07:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to mason1920 <mason1920 <at> use.startmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 09 Oct 2023 07:35:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: mason1920 <mason1920 <at> use.startmail.com>
To: guix-patches <at> gnu.org
Cc: mason1920 <mason1920 <at> use.startmail.com>
Subject: [PATCH] gnu: Add vim-rainbow
Date: Sun,  8 Oct 2023 15:57:54 -0400
* gnu/packages/vim.scm (vim-rainbow): New variable.
---
 gnu/packages/vim.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 122f0f8ee7..f795bb3b0a 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -614,6 +614,30 @@ (define-public vim-solarized
 switching between the light and dark background modes.")
       (license license:expat))))
 
+(define-public vim-rainbow
+  (package
+    (name "vim-rainbow")
+    (version "5c8094b56568aeaeda9cc09b3ebc6d2ed95e1ad8")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/mason1920/rainbow")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1jya8wwlkmgs89hndrq6gsaskhk9g0fh62wdib8v9vz2x5g3738z"))))
+    (build-system copy-build-system)
+    (arguments
+     '(#:install-plan '(("opt" "share/vim/vimfiles/pack/rainbow/"))))
+    (home-page "https://github.com/mason1920/rainbow")
+    (synopsis "Rainbow Parentheses Improved")
+    (description
+     "As everyone knows, the most complex codes were composed of a mass of different
+kinds of parentheses (typically: lisp).  This plugin will help you read these
+codes by showing different levels of parentheses in different colors.")
+    (license license:asl2.0)))
+
 (define-public editorconfig-vim
   (package
     (name "editorconfig-vim")

base-commit: a7e6b4c98b97921ab695218f9b89be4f1ded48c9
-- 
2.41.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 14 Oct 2023 20:27:02 GMT) Full text and rfc822 format available.

Notification sent to mason1920 <mason1920 <at> use.startmail.com>:
bug acknowledged by developer. (Sat, 14 Oct 2023 20:27:02 GMT) Full text and rfc822 format available.

Message #10 received at 66415-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: mason1920 <mason1920 <at> use.startmail.com>
Cc: 66415-done <at> debbugs.gnu.org
Subject: Re: [bug#66415] [PATCH] gnu: Add vim-rainbow
Date: Sat, 14 Oct 2023 22:26:01 +0200
mason1920 <mason1920 <at> use.startmail.com> skribis:

> * gnu/packages/vim.scm (vim-rainbow): New variable.

Applied, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 12 Nov 2023 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 217 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.