~whereiseveryone/guixrus

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] update neovim-lspconfig to 0.1.6

Kitty-Cricket Piapiac <kitty@piapiac.org>
Details
Message ID
<20230213053943.27422-1-kitty@piapiac.org>
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 guixrus/packages/vim.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/guixrus/packages/vim.scm b/guixrus/packages/vim.scm
index 60fef1e..bf8e757 100644
--- a/guixrus/packages/vim.scm
+++ b/guixrus/packages/vim.scm
@@ -2,6 +2,7 @@
;;;
;;; Copyright © 2022 (unmatched parenthesis <paren@disroot.org>
;;; Copyright © 2022 unwox <me@unwox.com>
;;; Copyright © 2023 Kitty-Cricket Piapiac <kitty@piapiac.org>
;;;
;;; This file is not part of GNU Guix.
;;;
@@ -412,11 +413,10 @@ interactions (folding, concealing, keymaps, etc.) for editing Markdown.")
      '(("colors" "share/nvim/site/pack/guix/start/solarized8/")
        ("doc" "share/nvim/site/pack/guix/start/solarized8/"))))))

;; TODO: Latest version requires `neovim@0.7`.
(define-public neovim-lspconfig
  (package
   (name "neovim-lspconfig")
   (version "0.1.2")
   (version "0.1.6")
   (source
    (origin
     (method git-fetch)
@@ -424,7 +424,7 @@ interactions (folding, concealing, keymaps, etc.) for editing Markdown.")
           (url "https://github.com/neovim/nvim-lspconfig")
           (commit (string-append "v" version))))
     (sha256
      (base32 "1i1yjk939pxfk9dpv4rh229srx02yxklzwk051a9qprq3hjhwl6v"))))
      (base32 "15lgwqwk6c6rkagbjakylfaq4v49ib7ahp4mcw121k3i5akj1hh7"))))
   (build-system copy-build-system)
   (arguments
    `(#:install-plan
-- 
2.39.1
Details
Message ID
<fdc7fddb4da692e30f742941591fa11a8b618d0d@disroot.org>
In-Reply-To
<20230213053943.27422-1-kitty@piapiac.org> (view parent)
DKIM signature
missing
Download raw message
Hi Kitty-Cricket Piapiac, 

Thanks for your contribution! APPLIED

all best,

jgart
Reply to thread Export thread (mbox)