瀏覽代碼

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

Eusebio Resende 1 年之前
父節點
當前提交
bc0968ed88
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 }