aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vim/after/plugin/minpac.vim6
1 files changed, 0 insertions, 6 deletions
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