From 5ec7fafce90fe0e8397dc6afda1d04f369f1e58b Mon Sep 17 00:00:00 2001 From: Minsoo Kim Date: Mon, 12 Aug 2019 16:33:53 +0900 Subject: [PATCH] Update YCM path : Valloric -> ycm-core --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bda1a5..411cb41 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ In that case, use `do` option to describe the task to be performed. ```vim Plug 'Shougo/vimproc.vim', { 'do': 'make' } -Plug 'Valloric/YouCompleteMe', { 'do': './install.py' } +Plug 'ycm-core/YouCompleteMe', { 'do': './install.py' } ``` If the value starts with `:`, it will be recognized as a Vim command. @@ -257,7 +257,7 @@ function! BuildYCM(info) endif endfunction -Plug 'Valloric/YouCompleteMe', { 'do': function('BuildYCM') } +Plug 'ycm-core/YouCompleteMe', { 'do': function('BuildYCM') } ``` Both forms of post-update hook are executed inside the directory of the plugin