From c1b2ff34508984f4f9ed40be72cd61f01b39b7a0 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 5 Jun 2022 13:01:02 +0800 Subject: Try deoplete and improve vim-lsp --- .vim/after/plugin/minpac.vim | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.vim/after/plugin/minpac.vim') diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index a557fda..0af0717 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -19,12 +19,15 @@ function! InitMinpac() abort call minpac#add('https://github.com/dense-analysis/ale.git', {'type': 'opt'}) call minpac#add('https://github.com/SirVer/ultisnips.git', {'type': 'opt'}) call minpac#add('https://github.com/honza/vim-snippets') - call minpac#add('https://github.com/prabirshrestha/vim-lsp', {'type': 'opt'}) call minpac#add('https://github.com/ctrlpvim/ctrlp.vim.git', {'type': 'opt'}) call minpac#add('https://github.com/FelikZ/ctrlp-py-matcher.git', {'type': 'opt'}) call minpac#add('https://github.com/preservim/tagbar.git') call minpac#add('https://github.com/puremourning/vimspector', {'type': 'opt'}) + call minpac#add('https://github.com/prabirshrestha/vim-lsp', {'type': 'opt'}) + call minpac#add('https://github.com/thomasfaingnaert/vim-lsp-snippets', {'type': 'opt'}) + call minpac#add('https://github.com/thomasfaingnaert/vim-lsp-ultisnips', {'type': 'opt'}) + call minpac#add('https://github.com/nvim-lua/plenary.nvim', {'type': 'opt'}) call minpac#add('https://github.com/sindrets/diffview.nvim', {'type': 'opt'}) call minpac#add('https://github.com/f-person/git-blame.nvim', {'type': 'opt'}) @@ -50,6 +53,11 @@ function! InitMinpac() abort \ 'do': 'if has("nvim") | packadd nvim-treesitter | :TSUpdate | 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/ludovicchabant/vim-gutentags.git', {'type': 'opt'}) call minpac#add('https://github.com/easymotion/vim-easymotion.git') call minpac#add('https://github.com/airblade/vim-rooter.git') -- cgit v1.2.3