-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
feat(doom): Add vertical center #476
Conversation
To disable this add `vertical_center = false` in the doom `configs`
how it looks like ? |
54dc5da
to
38aa6bb
Compare
I've been using this code from my fork daily for two weeks without any issues. The only question I have is whether the |
Hi! It has been a few months, and I wanted to follow up on this PR. I've been using it from my fork without any issues so far. Is there any feedback, changes, details, or concerns that need to be addressed in order to finally merge it? If you think it's better not to proceed with this change, especially given the lack of recent activity around it, I have no problem with closing the PR. With the new year, it feels like a good time to either finalize this by merging or close it and move on. Thanks! |
lets go |
config.vertical_center
option (defaults tofalse
).Is working for me without any problem in a lot of config scenarios, but I think it needs more testing.
Since this use the same
load_packages
code fromhyper
, but with a return, maybe we could move that intoutils
or something liketheme/packages
?Regards