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 #89 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 28/29] gnu: Add vim-sexp.
Date: Wed, 24 Aug 2022 18:08:55 +0100
* gnu/packages/vim.scm (vim-sexp): New variable.
---
 gnu/packages/vim.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 04c06b923f..f2fe76f879 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1908,3 +1908,30 @@ (define-public neovim-auto-save
        "This package provides a plugin for Neovim that automatically
 saves files to disk as you type.")
       (license license:gpl3))))
+
+(define-public vim-sexp
+  (let ((commit "14464d4580af43424ed8f2614d94e62bfa40bb4d")
+        (revision "0"))
+    (package
+      (name "vim-sexp")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/guns/vim-sexp")
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "139krxpjhbyypbl6v2jik1rms2fxl3dkqrl4rb7sms6c3p5764qx"))))
+      (build-system copy-build-system)
+      (arguments
+       (list #:install-plan
+             #~'(("autoload" "share/vim/vimfiles/")
+                 ("doc" "share/vim/vimfiles/")
+                 ("plugin" "share/vim/vimfiles/"))))
+      (home-page "https://github.com/guns/vim-sexp")
+      (synopsis "S-expression editing in Vim")
+      (description
+       "This package provides Paredit-like facilities for editing Lisp
+S-expressions.")
+      (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.