This package browser is in early development. Mind the rough edges.

neovim-vader

Test framework for Vimscript

Vader is a test framework for Vimscript designed to simplify the process of writing and running unit tests. Vader.vim provides an intuitive test syntax for defining test cases and expectations, it also can be integrated with CI pipelines to automate testing and is compatible with Vim and Neovim.

Installation

Install the latest version of neovim-vader as follows:

guix install neovim-vader

Or install a particular version:

guix install neovim-vader@0.4.0-1.429b669

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of neovim-vader about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/neovim-vader'><img src='https://packages.guix.gnu.org/packages/neovim-vader/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/neovim-vader/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/neovim-vader)

Example Org:

[[https://packages.guix.gnu.org/packages/neovim-vader][https://packages.guix.gnu.org/packages/neovim-vader/badges/latest-version.svg]]