plugins - Re-added completion plugins

This commit is contained in:
Emmanuel BENOîT 2023-06-24 17:14:52 +02:00
parent 6a54605c21
commit 7b756fdfb9
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
6 changed files with 11 additions and 3 deletions

View file

@ -1 +0,0 @@
NeoBundle 'prabirshrestha/async.vim'

View file

@ -1 +0,0 @@
NeoBundle 'prabirshrestha/asyncomplete-lsp.vim'

View file

@ -1 +0,0 @@
NeoBundle 'prabirshrestha/asyncomplete.vim'

View file

@ -0,0 +1,3 @@
call dein#add('prabirshrestha/async.vim', #{
\ lazy: 1,
\ })

View file

@ -0,0 +1,4 @@
call dein#add('prabirshrestha/asyncomplete-lsp.vim', #{
\ lazy: 1,
\ on_event: 'VimEnter',
\ })

View file

@ -0,0 +1,4 @@
call dein#add('prabirshrestha/asyncomplete.vim', #{
\ lazy: 1,
\ on_event: 'VimEnter',
\ })