Revert "update config for manjaro"

This reverts commit 16464fd519.
This commit is contained in:
Alex Yatskov 2019-06-17 18:41:14 -07:00
parent 16464fd519
commit 2a7697fe59

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
git submodule update --init --recursive git submodule update --init --recursive
pip3 install --user --no-binary :all: pynvim pip2 install --user pyflakes --upgrade
pip3 install --user pynvim --upgrade