Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hauleth/asyncdo.vim
- Owner: hauleth
- License: mit
- Created: 2017-11-05T19:43:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T07:12:45.000Z (8 months ago)
- Last Synced: 2024-10-12T23:20:59.480Z (26 days ago)
- Topics: async, hacktoberfest, neovim, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 53.7 KB
- Stars: 28
- Watchers: 4
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.