From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: Unofficial Neovim channel Date: Tue, 22 Jan 2019 12:14:53 +0100 Message-ID: References: <2226523.T4agAj5bdv@aleksandar-ixtreme-m5740> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:59401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glu1L-0001ax-30 for guix-devel@gnu.org; Tue, 22 Jan 2019 06:15:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glu1J-0007oL-MU for guix-devel@gnu.org; Tue, 22 Jan 2019 06:15:07 -0500 Received: from lepiller.eu ([2a00:5884:8208::1]:40490) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1glu1J-0007Yi-9F for guix-devel@gnu.org; Tue, 22 Jan 2019 06:15:05 -0500 Received: from webmail.lepiller.eu (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 4ea0ed33 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 22 Jan 2019 11:10:39 +0000 (UTC) In-Reply-To: <2226523.T4agAj5bdv@aleksandar-ixtreme-m5740> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Le 2019-01-21 12:22, HiPhish a écrit : > Hello Guix developers, > > I have set up an unofficial Guix channel for Neovim (and possibly for > related > projects in the future): > > https://gitlab.com/HiPhish/neovim-guix-channel/ > > The plan is to use this channel first, and then submit patches to Guix > when > everything is deemed correct and reliable. I also wrote a blog post[1] > on the > topic, although it's primarily addressed at people familiar with Neovim > and > unfamiliar with Guix. I would very much appreciate if someone could go > over > the code in my channel and see if everything is in order. > > HiPhish Hi, I wonder why you felt the need to have that channel? We already have a neovim package in guix. I'm very curious because I use that package and didn't feel that anything was missing, apart maybe from the possibility to install plugins from guix, which would be great. What's the difference between your definition and guix' definition? > > ----------------------------------------------------------------------------- > [1] http://hiphish.github.io/blog/2019/01/21/neovim-guix-channel/