all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66415] [PATCH] gnu: Add vim-rainbow
@ 2023-10-08 19:57 mason1920 via Guix-patches via
  2023-10-14 20:26 ` bug#66415: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: mason1920 via Guix-patches via @ 2023-10-08 19:57 UTC (permalink / raw)
  To: 66415; +Cc: mason1920

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66415: [PATCH] gnu: Add vim-rainbow
  2023-10-08 19:57 [bug#66415] [PATCH] gnu: Add vim-rainbow mason1920 via Guix-patches via
@ 2023-10-14 20:26 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-14 20:26 UTC (permalink / raw)
  To: mason1920; +Cc: 66415-done

mason1920 <mason1920@use.startmail.com> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-14 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-08 19:57 [bug#66415] [PATCH] gnu: Add vim-rainbow mason1920 via Guix-patches via
2023-10-14 20:26 ` bug#66415: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.