mbox series

[bug#68060,0/5] gnu: Add neovim-coqtail.

Message ID cover.1703690765.git.jean@foundationdevices.com
Headers show
Series gnu: Add neovim-coqtail. | expand

Message

Jean-Pierre De Jesus DIAZ Dec. 27, 2023, 3:28 p.m. UTC
This adds the Neovim version of the vim-coqtail and vim-vader packages.

Both neovim-vader and neovim-coqtail are tested using neovim instead of
vim.

Also refactored a bit the vim-vader and vim-coqtail package definitions
to use the vim/neovim packages provided by the build system (or replace
vim with vim-full in vim-vader's case).

Jean-Pierre De Jesus DIAZ (5):
  gnu: vim-vader: Allow using neovim for tests.
  gnu: Add neovim-vader.
  gnu: vim-coqtail: Move vim-full to arguments.
  gnu: vim-coqtail: Allow using neovim for tests.
  gnu: Add neovim-coqtail.

 gnu/packages/vim.scm | 55 ++++++++++++++++++++++++++++++++------------
 1 file changed, 40 insertions(+), 15 deletions(-)


base-commit: 756ba0429e84ee0f8ce30484439b78c00c61d286

Comments

Efraim Flashner Jan. 1, 2024, 9 a.m. UTC | #1
Patches look good. Thanks!