aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/minpac.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r--.vim/after/plugin/minpac.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim
index a30e3ab..96222b4 100644
--- a/.vim/after/plugin/minpac.vim
+++ b/.vim/after/plugin/minpac.vim
@@ -55,10 +55,8 @@ function! InitMinpac() abort
\ })
endif
- call minpac#add('https://github.com/Shougo/deoplete.nvim', {'type': 'opt'})
- call minpac#add('https://github.com/roxma/nvim-yarp', {'type': 'opt'})
- call minpac#add('https://github.com/roxma/vim-hug-neovim-rpc', {'type': 'opt'})
- call minpac#add('https://github.com/lighttiger2505/deoplete-vim-lsp', {'type': 'opt'})
+ call minpac#add('https://github.com/prabirshrestha/asyncomplete.vim.git', {'type': 'opt'})
+ call minpac#add('https://github.com/prabirshrestha/asyncomplete-lsp.vim.git', {'type': 'opt'})
call minpac#add('https://github.com/ludovicchabant/vim-gutentags.git', {'type': 'opt'})
call minpac#add('https://github.com/easymotion/vim-easymotion.git')