Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hauleth/asyncdo.vim

Dumb simple async task runner for Vim
https://github.com/hauleth/asyncdo.vim

async hacktoberfest neovim vim vim-plugin

Last synced: 10 days ago
JSON representation

Dumb simple async task runner for Vim

Awesome Lists containing this project

README

        

# AsyncDo

Minimal asynchronous task runner for Vim 8+ and NeoVim

This plugin just run task and populate quickfix, nothing more.

## Installation

If I need to write it for you, then this isn't plugin for You

## Why?

Because it is small, easy and provides everything I need. How small?

```
-------------------------------------------------------------------------------
Language Files Lines Code Comments Blanks
-------------------------------------------------------------------------------
Plain Text 1 132 132 0 0
Vim Script 2 120 100 4 16
-------------------------------------------------------------------------------
Total 3 252 232 4 16
-------------------------------------------------------------------------------
```

It has more documentation than it has code.