From 62b1de4ac095f7b4b526c75722cbd953109fac63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki-Chudyk?= Date: Sun, 24 Jan 2016 14:48:06 +0100 Subject: [PATCH] newer method for installing YCM --- common/configure_fresh_system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index cc34bd33..167a646b 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -41,7 +41,7 @@ ln -vfs "$DIR/.config/redshift.conf" ~/.config/redshift.conf cd "$DIR/.vim/bundle/YouCompleteMe/" git submodule update --init --recursive -./install.sh --clang-completer +python install.py --clang-completer # symlink 'nodejs' as node on some systems # will replace symlink if it exists, but won't replace regular file