plugins - Re-added asyncrun
This commit is contained in:
parent
7b756fdfb9
commit
7ad6c76e53
3 changed files with 4 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
NeoBundle 'skywind3000/asyncrun.vim'
|
4
plugins/asyncrun.vim.load.vim
Normal file
4
plugins/asyncrun.vim.load.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
call dein#add('skywind3000/asyncrun.vim', #{
|
||||
\ lazy: 1,
|
||||
\ on_cmd: ['AsyncRun', 'AsyncStop'],
|
||||
\ })
|
Loading…
Reference in a new issue