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.
- Versions: 0.4.0-1.429b669
- Website: https://github.com/junegunn/vader.vim
- Licenses: Expat
- Package source: gnu/packages/vim.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]