all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57389] [PATCH 00/29] Vim plugin additions and updates
@ 2022-08-24 17:05 ( via Guix-patches via
  2022-08-24 17:08 ` [bug#57389] [PATCH 01/29] gnu: Add neovim-mini ( via Guix-patches via
  0 siblings, 1 reply; 30+ messages in thread
From: ( via Guix-patches via @ 2022-08-24 17:05 UTC (permalink / raw)
  To: 57389; +Cc: (

Hello Guix!

This patchset upstreams all the packages from Guix 'R Us's vim.scm.

I'm not using Neovim anymore, but I've checked that they all at least
install correctly, and I've updated them all the the latest reasonable
version.

( (29):
  gnu: Add neovim-mini.
  gnu: Add vim-gas.
  gnu: Add neovim-gas.
  gnu: Add vim-riscv.
  gnu: Add neovim-riscv.
  gnu: Rename editorconfig-vim to vim-editorconfig.
  gnu: Add neovim-editorconfig.
  gnu: Add vim-bats.
  gnu: Add neovim-bats.
  gnu: Add vim-hare.
  gnu: Add neovim-hare.
  gnu: Add neovim-luasnip.
  gnu: Add neovim-cmp.
  gnu: Add neovim-cmp-lsp.
  gnu: Add neovim-cmp-luasnip.
  gnu: Add vim-markdown.
  gnu: Add neovim-markdown.
  gnu: Add vim-janet.
  gnu: Add neovim-janet.
  gnu: Add vim-solarized8.
  gnu: Add neovim-solarized8.
  gnu: Add neovim-lspconfig.
  gnu: Add neovim-lspsaga.
  gnu: Add neovim-autopairs.
  gnu: Add neovim-auto-save.
  gnu: vim-paredit: Update to c90dc16.
  gnu: Add neovim-paredit.
  gnu: Add vim-sexp.
  gnu: Add neovim-sexp.

 gnu/packages/vim.scm | 637 ++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 601 insertions(+), 36 deletions(-)

-- 
2.37.2





^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2022-08-24 17:16 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24 17:05 [bug#57389] [PATCH 00/29] Vim plugin additions and updates ( via Guix-patches via
2022-08-24 17:08 ` [bug#57389] [PATCH 01/29] gnu: Add neovim-mini ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 02/29] gnu: Add vim-gas ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 03/29] gnu: Add neovim-gas ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 04/29] gnu: Add vim-riscv ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 05/29] gnu: Add neovim-riscv ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 06/29] gnu: Rename editorconfig-vim to vim-editorconfig ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 07/29] gnu: Add neovim-editorconfig ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 08/29] gnu: Add vim-bats ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 09/29] gnu: Add neovim-bats ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 10/29] gnu: Add vim-hare ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 11/29] gnu: Add neovim-hare ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 12/29] gnu: Add neovim-luasnip ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 13/29] gnu: Add neovim-cmp ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 14/29] gnu: Add neovim-cmp-lsp ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 15/29] gnu: Add neovim-cmp-luasnip ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 16/29] gnu: Add vim-markdown ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 17/29] gnu: Add neovim-markdown ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 18/29] gnu: Add vim-janet ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 19/29] gnu: Add neovim-janet ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 20/29] gnu: Add vim-solarized8 ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 21/29] gnu: Add neovim-solarized8 ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 22/29] gnu: Add neovim-lspconfig ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 23/29] gnu: Add neovim-lspsaga ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 24/29] gnu: Add neovim-autopairs ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 25/29] gnu: Add neovim-auto-save ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 26/29] gnu: vim-paredit: Update to c90dc16 ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 27/29] gnu: Add neovim-paredit ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 28/29] gnu: Add vim-sexp ( via Guix-patches via
2022-08-24 17:08   ` [bug#57389] [PATCH 29/29] gnu: Add neovim-sexp ( via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.