Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 14, 2024

Conversation

eresende
Copy link
Contributor

@eresende eresende commented Mar 18, 2024

Description

Fixes a minor issue with the installation message "Lazy setup complete".

How Has This Been Tested?

  • Run command install.sh

Before the fix:

Preparing Lazy setup                                                                                                                      
Initializing first time setup                                                                                                             
Lazy setup complete--------------------------------------------------------------------------------                                       
Verifying core plugins                                                                                                                    
Verification complete!                                                                                                                    
--------------------------------------------------------------------------------                                                                                                                                                                                                    

--------------------------------------------------------------------------------

After the fix:

Preparing Lazy setup
Initializing first time setup
Lazy setup complete
--------------------------------------------------------------------------------
Verifying core plugins
Verification complete!
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

This change fixes the msg line separator showing right after the message "Lazy setup complete".
Copy link
Collaborator

@kylo252 kylo252 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kylo252 kylo252 changed the title fix(install): add newline after Lazy setup complete message fix(install): add newline after setup message May 14, 2024
@kylo252 kylo252 merged commit bc0968e into LunarVim:master May 14, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants