From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71BA5158020 for ; Wed, 12 Oct 2022 08:14:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B913E097C; Wed, 12 Oct 2022 08:14:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82EFCE097C for ; Wed, 12 Oct 2022 08:14:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F05A634102C for ; Wed, 12 Oct 2022 08:14:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ADC05B5 for ; Wed, 12 Oct 2022 08:14:47 +0000 (UTC) From: "gerion" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "gerion" Message-ID: <1665562482.f76a50419f0e70ca009e546392963b0ff68f2c9a.gerion@gentoo> Subject: [gentoo-commits] repo/user/gerislay:master commit in: sets/ X-VCS-Repository: repo/user/gerislay X-VCS-Files: sets/personal sets/vim-dev X-VCS-Directories: sets/ X-VCS-Committer: gerion X-VCS-Committer-Name: gerion X-VCS-Revision: f76a50419f0e70ca009e546392963b0ff68f2c9a X-VCS-Branch: master Date: Wed, 12 Oct 2022 08:14:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a0545d8-f5d8-46cd-b0cf-bf65194da09c X-Archives-Hash: 954e770843ea5c8dd77305cdd931d4b2 commit: f76a50419f0e70ca009e546392963b0ff68f2c9a Author: Gerion Entrup flump de> AuthorDate: Wed Oct 12 08:14:20 2022 +0000 Commit: gerion flump de> CommitDate: Wed Oct 12 08:14:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=f76a5041 sets/personal: split into personal and vim-dev Signed-off-by: Gerion Entrup flump.de> sets/personal | 8 -------- sets/vim-dev | 7 +++++++ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/sets/personal b/sets/personal index 422bef4..08ba2fb 100644 --- a/sets/personal +++ b/sets/personal @@ -4,11 +4,3 @@ app-shells/zsh dev-python/feedparser dev-python/pylint x11-terms/kitty-terminfo - -#for neovim -dev-util/lua-language-server -dev-tex/texlab -sys-devel/clang -dev-util/rust-analyzer -dev-python/python-lsp-server -dev-util/stylua diff --git a/sets/vim-dev b/sets/vim-dev new file mode 100644 index 0000000..a7317af --- /dev/null +++ b/sets/vim-dev @@ -0,0 +1,7 @@ +#language server for neovim +dev-util/lua-language-server +dev-tex/texlab +sys-devel/clang +dev-util/rust-analyzer +dev-python/python-lsp-server +dev-util/stylua