fix: add missing LF to install script (#4075)

This commit is contained in:
Matthew Winter 2023-04-24 23:13:01 +10:00 committed by GitHub
parent 7a4265fa46
commit be0bcaf8ff
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

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