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

neovim-asyncrun

Run Async Shell Commands in Vim

This plugin takes the advantage of new APIs in Vim 8 (and NeoVim) to enable you to run shell commands in background and read output in the quickfix window in realtime.

Installation

Install the latest version of neovim-asyncrun as follows:

guix install neovim-asyncrun

Or install a particular version:

guix install neovim-asyncrun@2.12.4

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-asyncrun about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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