Forráskód Böngészése

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

Eusebio Resende 1 éve
szülő
commit
bc0968ed88
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      utils/installer/install.sh

+ 1 - 1
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
 }