dotvim/install.sh

6 lines
127 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
2018-12-08 20:12:22 +00:00
pip install --user pyflakes --upgrade
2019-04-20 22:26:28 +00:00
pip install --user pynvim --upgrade