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

Weird login screen #11

Closed
kohane27 opened this issue Oct 12, 2023 · 6 comments
Closed

Weird login screen #11

kohane27 opened this issue Oct 12, 2023 · 6 comments

Comments

@kohane27
Copy link

2023-10-12-22-38-51

Hello there. Hope you're doing well. Thank you for creating this plugin because their vim emulator sucks big time.

However, my start-up screen looks weird. Is this an issue on my end? Thank you!

@kawre
Copy link
Owner

kawre commented Oct 12, 2023

Do you have enabled whitespace characters like so :set listchars=...? If so It's because text is centered dynamically using spaces thus they are visible. I can disable those settings in local buffer options but its not the priority for now.

It might also be some plugin showing whitespace at the end of the line content

@kohane27
Copy link
Author

Yeah I agree: it doesn't affect any of the functionalities so I don't mind it as well. Thank you for looking into it! I really appreciate it:) I'll report back if I found the solution: it mostly is my config messing it up.

@kawre
Copy link
Owner

kawre commented Oct 13, 2023

@kohane27 did the latest commit change anything? 401582b

@kawre kawre reopened this Oct 13, 2023
@kohane27
Copy link
Author

Thank you for getting back to me. I really appreciate it. I tried and the same issue persists. It seems to be the problem on my end. I'll look into it and update if I found the problem. Thanks again!

kawre added a commit that referenced this issue Oct 14, 2023
@kawre
Copy link
Owner

kawre commented Oct 14, 2023

Looking at your nvim config you are loading all of your vim.opt... after calling lazy.nvim so all of the local options my plugin defines get overriden. I've changed the plugin to mount on VimEnter so all of the options are set after startup. If the issue still persists, please reopen this issue.

@kawre kawre closed this as completed Oct 14, 2023
@kohane27
Copy link
Author

@kawre thank you so much for going the extra mile for me. I really appreciate it! I can confirm that the issue is fixed:

logo-fixed

Thank you again!

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

No branches or pull requests

2 participants