dotvim/install.sh

11 lines
185 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
fi
2020-04-17 04:12:40 +00:00
pushd ./.vim/bundle/LanguageClient-neovim
./install.sh
popd