diff --git a/install.sh b/install.sh index 21ced9b..f1c4033 100644 --- a/install.sh +++ b/install.sh @@ -40,3 +40,12 @@ mv $CONFIGBASE/config/nvim $CONFIG_DIR rm -rf $CONFIGBASE +echo "Config vim-plug for neovim ..." + +sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' + + + +echo "Done! Finished install vim Configuration." +