Update archbootstrap.sh
This commit is contained in:
parent
480c29d0ef
commit
d104fbc8ef
|
@ -11,3 +11,12 @@ sudo pacman -Sy \
|
||||||
python-greenlet
|
python-greenlet
|
||||||
|
|
||||||
pip3 install --user pynvim
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user