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

Don't assume python is installed

This commit is contained in:
Joe Groocock 2016-05-21 12:45:23 +01:00
parent 129e518d5c
commit 2a21f10c87

View File

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