Update archbootstrap.sh

rita
blallo 2021-06-15 17:05:51 +02:00
parent 480c29d0ef
commit d104fbc8ef
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 9 additions and 0 deletions

View File

@ -11,3 +11,12 @@ sudo pacman -Sy \
python-greenlet
pip3 install --user pynvim
mkdir .{swp,backup,undo}
git submodule update --init
THISDIR=$PWD
cd pack/vendor/start/LanguageClient-neovim
bash install.sh
cd $THISDIR