Browse Source

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

Matthew Winter 2 years ago
parent
commit
be0bcaf8ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/installer/install.sh

+ 1 - 1
utils/installer/install.sh

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