aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-08-02 20:22:20 +0200
committerKarel Kočí <cynerd@email.cz>2017-08-02 20:22:20 +0200
commitcf52d4ecaef0ea3b7283bf2f38d19422cb84e917 (patch)
tree7ff3c5200b75abfe3863d549928f93461ec1a647 /install
parent24659f9f7efa5479563dea8d2bb1b02134674dfc (diff)
downloadmyconfigs-cf52d4ecaef0ea3b7283bf2f38d19422cb84e917.tar.gz
myconfigs-cf52d4ecaef0ea3b7283bf2f38d19422cb84e917.tar.bz2
myconfigs-cf52d4ecaef0ea3b7283bf2f38d19422cb84e917.zip
Updates for vim
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