From bc0968ed88323e855f3fdba7c428480420d518d3 Mon Sep 17 00:00:00 2001 From: Eusebio Resende Date: Tue, 14 May 2024 08:56:11 +0100 Subject: [PATCH] fix(install): add newline after setup message (#4533) --- utils/installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 98c71c8e..68877a72 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -447,7 +447,7 @@ function setup_lvim() { "$INSTALL_PREFIX/bin/$NVIM_APPNAME" --headless -c 'quitall' - printf "\nLazy setup complete" + printf "\nLazy setup complete\n" verify_core_plugins }