dotvim/install.sh

6 lines
129 B
Bash
Raw Normal View History

2016-10-01 21:33:57 +00:00
#!/bin/bash
2016-06-29 04:23:36 +00:00
git submodule update --init --recursive
2019-05-10 01:37:41 +00:00
pip2 install --user pyflakes --upgrade
pip3 install --user pynvim --upgrade