plugins - Re-added completion plugins
This commit is contained in:
parent
6a54605c21
commit
7b756fdfb9
6 changed files with 11 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
NeoBundle 'prabirshrestha/async.vim'
|
|
@ -1 +0,0 @@
|
|||
NeoBundle 'prabirshrestha/asyncomplete-lsp.vim'
|
|
@ -1 +0,0 @@
|
|||
NeoBundle 'prabirshrestha/asyncomplete.vim'
|
3
plugins/async.vim.load.vim
Normal file
3
plugins/async.vim.load.vim
Normal file
|
@ -0,0 +1,3 @@
|
|||
call dein#add('prabirshrestha/async.vim', #{
|
||||
\ lazy: 1,
|
||||
\ })
|
4
plugins/asyncomplete-lsp.vim.load.vim
Normal file
4
plugins/asyncomplete-lsp.vim.load.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
call dein#add('prabirshrestha/asyncomplete-lsp.vim', #{
|
||||
\ lazy: 1,
|
||||
\ on_event: 'VimEnter',
|
||||
\ })
|
4
plugins/asyncomplete.vim.load.vim
Normal file
4
plugins/asyncomplete.vim.load.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
call dein#add('prabirshrestha/asyncomplete.vim', #{
|
||||
\ lazy: 1,
|
||||
\ on_event: 'VimEnter',
|
||||
\ })
|
Loading…
Reference in a new issue