aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 01c6924..30de1bb 100755
--- a/install
+++ b/install
@@ -55,7 +55,7 @@ if ask "Install VIM scripts"; then
mkdir -p ~/.cache/vim-undo # directory for undo files
if [ "$YCM_REV" != "y" ]; then (
cd $YCM_PATH
- ./install.py --clang-completer --system-libclang --racer-completer
+ ./install.py --clang-completer --system-libclang
); else
echo "YouCompleteMe is not required to be recompiled"
fi