From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id eMzHJY2jZl/7QgAA0tVLHw (envelope-from ) for ; Sun, 20 Sep 2020 00:34:21 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id ICLiIY2jZl+xHwAAB5/wlQ (envelope-from ) for ; Sun, 20 Sep 2020 00:34:21 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 39BA19400EF for ; Sun, 20 Sep 2020 00:34:20 +0000 (UTC) Received: from localhost ([::1]:53096 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kJnJ5-0002QR-5T for larch@yhetil.org; Sat, 19 Sep 2020 20:34:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45700) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJnIt-0002Q3-NB for help-guix@gnu.org; Sat, 19 Sep 2020 20:34:08 -0400 Received: from mail1.g12.pair.com ([66.39.4.99]:30538) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJnIg-0005mp-SY for help-guix@gnu.org; Sat, 19 Sep 2020 20:34:07 -0400 Received: from mail1.g12.pair.com (localhost [127.0.0.1]) by mail1.g12.pair.com (Postfix) with ESMTP id DE62B730C2; Sat, 19 Sep 2020 20:33:48 -0400 (EDT) Received: from [10.11.12.19] (w135107.ppp.asahi-net.or.jp [121.1.135.107]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail1.g12.pair.com (Postfix) with ESMTPSA id 557C7730FD; Sat, 19 Sep 2020 20:33:48 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Yasuaki Kudo Mime-Version: 1.0 (1.0) Subject: Re: How do I install neovim plugins? Date: Sun, 20 Sep 2020 09:33:45 +0900 Message-Id: <0B8ECB71-B7DC-4E3F-80F0-AF0D83A241BE@yasuaki.com> References: In-Reply-To: To: John Soo X-Mailer: iPhone Mail (17H35) Received-SPF: none client-ip=66.39.4.99; envelope-from=yasu@yasuaki.com; helo=mail1.g12.pair.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/19 20:19:06 X-ACL-Warn: Detected OS = FreeBSD 9.x or newer [fuzzy] X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: 0.49 X-TUID: gaU/1i20oGkO Hi John, Ah I see let me try this as well! I need to do some gardening right now but will try after that =F0=9F=98=84 Yasu > On Sep 20, 2020, at 09:17, John Soo wrote: >=20 > =EF=BB=BFHello Yasu, >=20 > I use a manifest file and guix-package -m to do declarative installations.= =20 >=20 > I find it strikes a nice balance between having to rebuild for every confi= guration change and making my environment declarative.=20 >=20 > Good luck! >=20 > - John