diff --git a/archbootstrap.sh b/archbootstrap.sh index c7a7869..ebb478b 100755 --- a/archbootstrap.sh +++ b/archbootstrap.sh @@ -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