dotvim/install.sh

8 lines
171 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-10-30 02:35:59 +00:00
if [ -x "$(command -v pip3)" ]; then
pip3 install --user pynvim
2020-04-17 06:06:56 +00:00
pip3 install --user python-language-server
2019-10-30 02:35:59 +00:00
fi