bfrg / asyncdo.vim

Dumb simple async task runner for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Dumb simple async task runner for Vim

License:MIT License


Languages

Language:Vim Script 100.0%