[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57389] [PATCH 08/29] gnu: Add vim-bats.
From: |
( |
Subject: |
[bug#57389] [PATCH 08/29] gnu: Add vim-bats. |
Date: |
Wed, 24 Aug 2022 18:08:35 +0100 |
* gnu/packages/vim.scm (vim-bats): 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 a222da3bb4..7aea5a8461 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1492,3 +1492,29 @@ (define-public neovim-riscv
(list #:install-plan
#~'(("ftdetect" "share/nvim/site/pack/guix/start/riscv/")
("syntax" "share/nvim/site/pack/guix/start/riscv/"))))))
+
+(define-public vim-bats
+ (let ((commit "3e64c95d7a55feb33492717d101c9eb92a8d0a9a")
+ (revision "0"))
+ (package
+ (name "vim-bats")
+ (version (git-version "0.1.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rosstimson/bats.vim")
+ (commit commit)))
+ (sha256
+ (base32
+ "1laz1jx754h1lvz9h50qassyxw78kd1ah6v66dxnrxdv5b7z31d0"))))
+ (build-system copy-build-system)
+ (arguments
+ (list #:install-plan
+ #~'(("after" "share/vim/vimfiles/")
+ ("ftdetect" "share/vim/vimfiles/"))))
+ (home-page "https://github.com/rosstimson/bats.vim")
+ (synopsis "Vim syntax files for Bats tests")
+ (description
+ "This package extends Vim's built-in shell syntax highlighting
+with support for the Bats testing framework.")
+ (license license:expat))))
--
2.37.2
- [bug#57389] [PATCH 00/29] Vim plugin additions and updates, (, 2022/08/24
- [bug#57389] [PATCH 01/29] gnu: Add neovim-mini., (, 2022/08/24
- [bug#57389] [PATCH 02/29] gnu: Add vim-gas., (, 2022/08/24
- [bug#57389] [PATCH 04/29] gnu: Add vim-riscv., (, 2022/08/24
- [bug#57389] [PATCH 03/29] gnu: Add neovim-gas., (, 2022/08/24
- [bug#57389] [PATCH 05/29] gnu: Add neovim-riscv., (, 2022/08/24
- [bug#57389] [PATCH 06/29] gnu: Rename editorconfig-vim to vim-editorconfig., (, 2022/08/24
- [bug#57389] [PATCH 07/29] gnu: Add neovim-editorconfig., (, 2022/08/24
- [bug#57389] [PATCH 09/29] gnu: Add neovim-bats., (, 2022/08/24
- [bug#57389] [PATCH 08/29] gnu: Add vim-bats.,
( <=
- [bug#57389] [PATCH 10/29] gnu: Add vim-hare., (, 2022/08/24
- [bug#57389] [PATCH 11/29] gnu: Add neovim-hare., (, 2022/08/24
- [bug#57389] [PATCH 14/29] gnu: Add neovim-cmp-lsp., (, 2022/08/24
- [bug#57389] [PATCH 17/29] gnu: Add neovim-markdown., (, 2022/08/24
- [bug#57389] [PATCH 16/29] gnu: Add vim-markdown., (, 2022/08/24
- [bug#57389] [PATCH 15/29] gnu: Add neovim-cmp-luasnip., (, 2022/08/24
- [bug#57389] [PATCH 12/29] gnu: Add neovim-luasnip., (, 2022/08/24
- [bug#57389] [PATCH 13/29] gnu: Add neovim-cmp., (, 2022/08/24
- [bug#57389] [PATCH 19/29] gnu: Add neovim-janet., (, 2022/08/24
- [bug#57389] [PATCH 21/29] gnu: Add neovim-solarized8., (, 2022/08/24