[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: Add vim-rainbow
From: |
guix-commits |
Subject: |
08/13: gnu: Add vim-rainbow |
Date: |
Sat, 14 Oct 2023 16:49:27 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 63d2241ff950f2c2e9bd371b3ee0c40958946adb
Author: mason1920 <mason1920@use.startmail.com>
AuthorDate: Sun Oct 8 15:57:54 2023 -0400
gnu: Add vim-rainbow
* gnu/packages/vim.scm (vim-rainbow): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/vim.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 1085db9d44..d2ea9b7ae1 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -618,6 +618,30 @@ It keeps the same selective contrast relationships and
overall feel when
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")
- branch master updated (7ce925fbe2 -> 08c55c03bf), guix-commits, 2023/10/14
- 03/13: services: dhcp-client-service-type: Support DDNS., guix-commits, 2023/10/14
- 02/13: gnu: Add dexy-color-sddm-theme., guix-commits, 2023/10/14
- 08/13: gnu: Add vim-rainbow,
guix-commits <=
- 11/13: gnu: Add taskflow., guix-commits, 2023/10/14
- 07/13: gnu: icewm: Update to 3.4.3, guix-commits, 2023/10/14
- 01/13: gnu: Add abstractdark-sddm-theme., guix-commits, 2023/10/14
- 09/13: doc: Use herd for cerbot deploy hook example., guix-commits, 2023/10/14
- 04/13: gnu: f3d: Update to 2.2.1., guix-commits, 2023/10/14
- 05/13: gnu: xpra: Update to 5.0.3, guix-commits, 2023/10/14
- 06/13: gnu: xnedit: Update to 1.5.2, guix-commits, 2023/10/14
- 10/13: gnu: sbcl-trivial-clipboard: Update to 0.0.0-7.aee67d6., guix-commits, 2023/10/14
- 12/13: gnu: Add kokkos., guix-commits, 2023/10/14
- 13/13: gnu: dealii: Update to 9.5.1., guix-commits, 2023/10/14