1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Fix YouCompleteMe installation on Arch

This commit is contained in:
Joe Groocock 2017-07-14 14:15:48 +01:00
parent 52b80611c5
commit 4e03da05dc
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -1,13 +1,13 @@
YCM=~/.vim/bundle/YouCompleteMe
sudo pacman -S python cmake --needed --noconfirm
sudo pacman -S python cmake clang --needed --noconfirm
#######################
## Initialise Vundle ##
#######################
mkdir -p ~/.vim/{bundle,swapfiles}
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
vim +PluginUpdate +qall
#########################
@ -15,4 +15,4 @@ vim +PluginInstall +qall
#########################
cd "$YCM"
git submodule update --init --recursive
./install.py --clang-completer
./install.py --system-libclang --clang-completer