diff --git a/README.md b/README.md index 58786aa..2a083ba 100644 --- a/README.md +++ b/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 `. diff --git a/conf/plugins.vim b/conf/plugins.vim index fbe2667..620e91d 100644 --- a/conf/plugins.vim +++ b/conf/plugins.vim @@ -46,4 +46,7 @@ Plug 'w0rp/ale' "" Planning Plug 'jceb/vim-orgmode' +"" Commands +Plug 'skywind3000/asyncrun.vim' + call plug#end()