diff options
author | Guangxiong Lin <[email protected]> | 2022-09-05 20:50:42 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-09-05 20:50:42 +0800 |
commit | 26574d31ba44ff1c131effde07436eca3ba0e9df (patch) | |
tree | b25bdb6f5887384ad2ff57846ff9256ac91b9908 /.vim/after/plugin/minpac.vim | |
parent | 46e5c52a62f3c8e26430e8a9daa7c0f7770c5c95 (diff) | |
download | dotfiles-26574d31ba44ff1c131effde07436eca3ba0e9df.tar.gz dotfiles-26574d31ba44ff1c131effde07436eca3ba0e9df.tar.bz2 dotfiles-26574d31ba44ff1c131effde07436eca3ba0e9df.zip |
Migrate from deoplete.vim to asyncomplete.vim
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r-- | .vim/after/plugin/minpac.vim | 6 |
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') |