Update install.sh

This commit is contained in:
LostNeophyte 2023-07-06 14:38:21 +02:00 committed by GitHub
parent 0a57414295
commit 0f01bce5a0
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -437,7 +437,7 @@ function setup_lvim() {
echo "Preparing Lazy setup"
LUNARVIM_CONFIG_DIR="$(mktemp -d)" "$INSTALL_PREFIX/bin/$NVIM_APPNAME" --headless -c 'quitall'
bash -c "LUNARVIM_CONFIG_DIR=\"\$(mktemp -d)\" \"$INSTALL_PREFIX/bin/$NVIM_APPNAME\" --headless -c 'quitall'"
printf "\nLazy setup complete"