aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/minpac.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-08 00:42:57 +0800
committerGuangxiong Lin <[email protected]>2022-04-08 00:42:57 +0800
commita9793c04508fdb582d69138dde04583c9f4e5c0f (patch)
treec47443766be74ec248f1bbc1825d6cec1ae3708a /.vim/after/plugin/minpac.vim
parent40e266a131d8bfc9f2f48c5e40846436a9c9e64f (diff)
downloaddotfiles-a9793c04508fdb582d69138dde04583c9f4e5c0f.tar.gz
dotfiles-a9793c04508fdb582d69138dde04583c9f4e5c0f.tar.bz2
dotfiles-a9793c04508fdb582d69138dde04583c9f4e5c0f.zip
Try removing ycm (vim)
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r--.vim/after/plugin/minpac.vim6
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')