Skip to content

Commit 18c5a60

Browse files
author
skywind3000
committed
update doc
1 parent 3696e98 commit 18c5a60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This plugin takes the advantage of new apis in Vim 8 (and NeoVim) to enable you
1010
- Customizable runners and command modifiers brings you dark power of asyncrun.
1111
- Fast and lightweight, just a single self-contained `asyncrun.vim` source file.
1212
- Provide corresponding user experience in vim, neovim, gvim and macvim.
13+
- Separated extension [asyncrun.extra](https://github.com/skywind3000/asyncrun.extra) to provide extra runners.
1314

1415
If that doesn't excite you, then perhaps this GIF screen capture below will change your mind.
1516

@@ -300,6 +301,8 @@ The `-pos` field accepts an uppercase `TAB`, to create tab on the left of curren
300301

301302
Except the quickfix and internal terminal, AsyncRun is capable to run command in another tmux split or a new gnome-terminal window/tab with the advantage of [customizable runners](https://github.com/skywind3000/asyncrun.vim/wiki/Customize-Runner).
302303

304+
More extra runners can be found in the extension [asyncrun.extra](https://github.com/skywind3000/asyncrun.extra).
305+
303306
### Terminal Name
304307

305308
There can be many commands running in the internal terminal, you can specify a name for each of them and receive it in `g:asyncrun_name`:
@@ -364,7 +367,7 @@ When `-mode` is `term` and `-pos` can used to represent runner name.
364367

365368
Runner function has only one argument: `opts`, it contains the options extracted from `:AsyncRun` command line, and `opts.cmd` stores current command.
366369

367-
There is a separated plugin [asyncrun.extra](https://github.com/skywind3000/asyncrun.extra) which provide extra runners to run commands in `gnome-terminal`, `tmux`, `floaterm` and more. You can check this to see if it can fit your needs.
370+
There is a separated extension [asyncrun.extra](https://github.com/skywind3000/asyncrun.extra) which provide extra runners to run commands in `gnome-terminal`, `tmux`, `floaterm` and more. You can check this to see if it can fit your needs.
368371

369372
If you want to create new runners please visit project wiki: [customize runner](https://github.com/skywind3000/asyncrun.vim/wiki/Customize-Runner).
370373

0 commit comments

Comments
 (0)