From dc2dcedb5783f1d125ed860d02c9dff282f36139 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 25 Feb 2017 02:46:48 +0000 Subject: [PATCH] YouCompleteMe now requires cmake to build --- scripts/vim-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vim-setup b/scripts/vim-setup index c46c9d8..668c0eb 100755 --- a/scripts/vim-setup +++ b/scripts/vim-setup @@ -1,6 +1,6 @@ YCM=~/.vim/bundle/YouCompleteMe -sudo pacman -S python --needed --noconfirm +sudo pacman -S python cmake --needed --noconfirm ####################### ## Initialise Vundle ##