aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/minpac.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-06-05 13:01:02 +0800
committerGuangxiong Lin <[email protected]>2022-06-05 13:01:02 +0800
commitc1b2ff34508984f4f9ed40be72cd61f01b39b7a0 (patch)
tree28fe9752b5784fc5bf330e05c1c14a1b1d2c7ec2 /.vim/after/plugin/minpac.vim
parent47be6a508c4150f8ef2627ae185c650c081c6bbf (diff)
downloaddotfiles-c1b2ff34508984f4f9ed40be72cd61f01b39b7a0.tar.gz
dotfiles-c1b2ff34508984f4f9ed40be72cd61f01b39b7a0.tar.bz2
dotfiles-c1b2ff34508984f4f9ed40be72cd61f01b39b7a0.zip
Try deoplete and improve vim-lsp
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r--.vim/after/plugin/minpac.vim10
1 files changed, 9 insertions, 1 deletions
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')