1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Merge pull request #82 from jdhao/linux-setup

update linux setup
This commit is contained in:
jdhao
2022-08-28 12:47:30 +08:00
committed by GitHub

View File

@@ -245,6 +245,7 @@ fi
echo "Setting up config and installing plugins"
if [[ -d "$NVIM_CONFIG_DIR" ]]; then
rm -rf "$NVIM_CONFIG_DIR.backup"
mv "$NVIM_CONFIG_DIR" "$NVIM_CONFIG_DIR.backup"
fi