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

YouCompleteMe now requires cmake to build

This commit is contained in:
2017-02-25 02:46:48 +00:00
parent 4697c49dc9
commit dc2dcedb57

View File

@ -1,6 +1,6 @@
YCM=~/.vim/bundle/YouCompleteMe
sudo pacman -S python --needed --noconfirm
sudo pacman -S python cmake --needed --noconfirm
#######################
## Initialise Vundle ##