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:
parent
52b80611c5
commit
4e03da05dc
@ -1,13 +1,13 @@
|
|||||||
YCM=~/.vim/bundle/YouCompleteMe
|
YCM=~/.vim/bundle/YouCompleteMe
|
||||||
|
|
||||||
sudo pacman -S python cmake --needed --noconfirm
|
sudo pacman -S python cmake clang --needed --noconfirm
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
## Initialise Vundle ##
|
## Initialise Vundle ##
|
||||||
#######################
|
#######################
|
||||||
mkdir -p ~/.vim/{bundle,swapfiles}
|
mkdir -p ~/.vim/{bundle,swapfiles}
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
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"
|
cd "$YCM"
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
./install.py --clang-completer
|
./install.py --system-libclang --clang-completer
|
||||||
|
Loading…
Reference in New Issue
Block a user