GNU bug report logs -
#57389
[PATCH 00/29] Vim plugin additions and updates
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/vim.scm (vim-solarized8): 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 609ebd3f5a..3ad8b60f23 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1763,3 +1763,27 @@ (define-public neovim-janet
("ftplugin" "share/nvim/site/pack/guix/start/janet/")
("indent" "share/nvim/site/pack/guix/start/janet/")
("syntax" "share/nvim/site/pack/guix/start/janet/"))))))
+
+(define-public vim-solarized8
+ (package
+ (name "vim-solarized8")
+ (version "1.4.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/lifepillar/vim-solarized8")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "1kqpxqgw1nbysd9b84f0h70sz2gik13xzwswycrn7i529dkx4wai"))))
+ (build-system copy-build-system)
+ (arguments
+ (list #:install-plan
+ #~'(("colors" "share/vim/vimfiles/")
+ ("doc" "share/vim/vimfiles/"))))
+ (home-page "https://github.com/lifepillar/solarized8")
+ (synopsis "True-colour Solarized themes for Vim")
+ (description
+ "This package provides an implementation of the Solarized
+themes for Vim that's optimized for true-colour terminals.")
+ (license license:expat)))
--
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.