Browse Source

Add `asyncrun.vim`.

tags/vimscript-final
Taylor Bockman 2 years ago
parent
commit
768af98c50
  1. 5
      README.md
  2. 3
      conf/plugins.vim

5
README.md

@ -85,3 +85,8 @@ to activate the LSP support.
### Org Mode
`vim-orgmode` is installed. The usage documentation can be found [here](https://github.com/jceb/vim-orgmode/blob/master/doc/orgguide.txt).
### Async Command Line
[Asyncrun.vim](https://github.com/skywind3000/asyncrun.vim) is installed. You can use this to run shell commands asynchronously.
To do this type `:AsyncRun <command>`.

3
conf/plugins.vim

@ -46,4 +46,7 @@ Plug 'w0rp/ale'
"" Planning
Plug 'jceb/vim-orgmode'
"" Commands
Plug 'skywind3000/asyncrun.vim'
call plug#end()

Loading…
Cancel
Save