GNU bug report logs -
#57389
[PATCH 00/29] Vim plugin additions and updates
Previous Next
Full log
Message #17 received at 57389 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/vim.scm (vim-riscv): New variable.
---
gnu/packages/vim.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 80db5e754b..313e11095b 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1447,3 +1447,29 @@ (define-public neovim-gas
(arguments
(list #:install-plan
#~'(("syntax" "share/nvim/site/pack/guix/start/gas/"))))))
+
+(define-public vim-riscv
+ (let ((commit "b471644ee06698940f121d7a9af6a579a7390e85")
+ (revision "0"))
+ (package
+ (name "vim-riscv")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/kylelaker/riscv.vim")
+ (commit commit)))
+ (sha256
+ (base32
+ "0cfr2jvjc98c4hfjjddx1y4gqxmbcva5gka94dz4m4ycxg69yiky"))))
+ (build-system copy-build-system)
+ (arguments
+ (list #:install-plan
+ #~'(("ftdetect" "share/vim/vimfiles/")
+ ("syntax" "share/vim/vimfiles/"))))
+ (home-page "https://github.com/kylelaker/riscv.vim")
+ (synopsis "RISC-V syntax highlighting for Vim")
+ (description
+ "This package provides syntax highlighting for RISC-V assembly
+language in Vim.")
+ (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.