From 16464fd5193fe7e63bfaf8c73725691309d461e1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 15 Jun 2019 16:50:36 -0700 Subject: [PATCH] update config for manjaro --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 98a0fa5..df65165 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,4 @@ #!/bin/bash git submodule update --init --recursive -pip2 install --user pyflakes --upgrade -pip3 install --user pynvim --upgrade +pip3 install --user --no-binary :all: pynvim