From afce471c521eb6a5284e0b0890eb05a327887289 Mon Sep 17 00:00:00 2001 From: Wenwen Zhang Date: Sun, 2 Jun 2024 10:16:18 +0800 Subject: [PATCH] update --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) 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." +