fix(install): add newline after setup message (#4533)

This commit is contained in:
Eusebio Resende 2024-05-14 08:56:11 +01:00 committed by GitHub
parent 042c0b6089
commit bc0968ed88
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: B5690EEEBB952194

View file

@ -447,7 +447,7 @@ function setup_lvim() {
"$INSTALL_PREFIX/bin/$NVIM_APPNAME" --headless -c 'quitall' "$INSTALL_PREFIX/bin/$NVIM_APPNAME" --headless -c 'quitall'
printf "\nLazy setup complete" printf "\nLazy setup complete\n"
verify_core_plugins verify_core_plugins
} }