unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "ギャラ via Guix-patches via" <guix-patches@gnu.org>
To: 58851@debbugs.gnu.org
Cc: ギャラ <me@gyara.moe>
Subject: [bug#58851] [PATCH] gnu: Add python-neovim-remote.
Date: Sat, 29 Oct 2022 10:35:48 +0900	[thread overview]
Message-ID: <9d3e8bde70c662e08f4af3cf41f29dbae38d30ae.1667007347.git.me@gyara.moe> (raw)

* gnu/packages/vim.scm (python-neovim-remote): New variable.
---
 gnu/packages/vim.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index ed24c39be2..20ca44e9cb 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -40,6 +40,7 @@ (define-module (gnu packages vim)
   #:use-module (guix build-system copy)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system python)
+  #:use-module (guix build-system pyproject)
   #:use-module (gnu packages)
   #:use-module (gnu packages acl)
   #:use-module (gnu packages admin) ; For GNU hostname
@@ -924,6 +925,25 @@ (define-public python-pynvim
 through its msgpack-rpc API.")
     (license license:asl2.0)))
 
+(define-public python-neovim-remote
+  (package
+    (name "python-neovim-remote")
+    (version "2.5.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "neovim-remote" version))
+              (sha256
+               (base32
+                "00kxlb3f1k7iaxzpsr07scavmnyg8c1jmicmr13mfk2lcdac6g2b"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-psutil python-pynvim))
+    (home-page "https://github.com/mhinz/neovim-remote")
+    (synopsis "Control nvim processes using `nvr` commandline tool")
+    (description "This package provide a `nvr` command, which can open File
+in remote nvim.  Also allow opening files from within :terminal without
+starting a nested nvim process.")
+    (license license:expat)))
+
 (define-public vim-guix-vim
   (package
     (name "vim-guix-vim")
-- 
2.38.0





             reply	other threads:[~2022-10-29  1:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-29  1:35 ギャラ via Guix-patches via [this message]
2022-11-05 10:54 ` bug#58851: [PATCH] gnu: Add python-neovim-remote Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9d3e8bde70c662e08f4af3cf41f29dbae38d30ae.1667007347.git.me@gyara.moe \
    --to=guix-patches@gnu.org \
    --cc=58851@debbugs.gnu.org \
    --cc=me@gyara.moe \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).