diff options
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r-- | .vim/after/plugin/minpac.vim | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index 50d839c..1aef9d0 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -15,11 +15,13 @@ function! InitMinpac() abort call minpac#add('https://github.com/k-takata/minpac', {'type': 'opt'}) - call minpac#add('https://github.com/ycm-core/YouCompleteMe', - \ {'do': function('s:build_ycm')}) + " call minpac#add('https://github.com/ycm-core/YouCompleteMe', + " \ {'do': function('s:build_ycm')}) + call minpac#add('https://github.com/lifepillar/vim-mucomplete', {'type': 'opt'}) 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') call minpac#add('https://github.com/ludovicchabant/vim-gutentags.git') call minpac#add('https://github.com/easymotion/vim-easymotion.git') |