From e74110af1c0166885d67fa2f33d4c1c364c36c65 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Mon, 9 May 2022 08:00:04 +0800 Subject: Remove ycm install script (vim) --- .vim/after/plugin/minpac.vim | 6 ------ 1 file changed, 6 deletions(-) (limited to '.vim/after/plugin/minpac.vim') diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index 5530a65..ed9ce0a 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -15,8 +15,6 @@ 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/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'}) @@ -79,7 +77,3 @@ endfunction command! MinpacUpdate source $MYVIMRC | call InitMinpac() | call minpac#update() command! MinpacClean source $MYVIMRC | call InitMinpac() | call minpac#clean() command! MinpacStatus call InitMinpac() | call minpac#status() - -function! s:build_ycm(hooktype, name) - exec '!python3 ./install.py' -endfunction -- cgit v1.2.3