GNU bug report logs - #57389
[PATCH 00/29] Vim plugin additions and updates

Previous Next

Package: guix-patches;

Reported by: "(" <paren <at> disroot.org>

Date: Wed, 24 Aug 2022 17:07:02 UTC

Owned by: Steve George <steve <at> futurile.net>

Severity: normal

Tags: patch

Full log


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

From: "(" <paren <at> disroot.org>
To: 57389 <at> debbugs.gnu.org
Cc: "\(" <paren <at> disroot.org>
Subject: [PATCH 21/29] gnu: Add neovim-solarized8.
Date: Wed, 24 Aug 2022 18:08:48 +0100
* gnu/packages/vim.scm (neovim-solarized8): New variable.
---
 gnu/packages/vim.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 3ad8b60f23..d4642e26a9 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1787,3 +1787,12 @@ (define-public vim-solarized8
      "This package provides an implementation of the Solarized
 themes for Vim that's optimized for true-colour terminals.")
     (license license:expat)))
+
+(define-public neovim-solarized8
+  (package
+    (inherit vim-solarized8)
+    (name "neovim-solarized8")
+    (arguments
+     (list #:install-plan
+           #~'(("colors" "share/nvim/site/pack/guix/start/solarized8/")
+               ("doc" "share/nvim/site/pack/guix/start/solarized8/"))))))
-- 
2.37.2





This bug report was last modified 164 days ago.

Previous Next


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