You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to hack in support for a centered Startify window, and while I can achieve centering, once Vim starts I am stuck with the value initially set to g:startify_padding_left regardless of when I set the padding variable. So when I open a vsplit with a Startify window, despite g:startify_padding_left being set to the padding I desire, Startify itself will keep the padding value used when Vim was opened
Open fresh neovim, centered how i want. g:startify_padding_left = 66
Open a new Startify window during the same session, the padding doesn't update. g:startify_padding_left = 13
I would really like to be able to do this. I could write a PR if needed, I have Vimscript experience
The text was updated successfully, but these errors were encountered:
katawful
added a commit
to katawful/vim-startify
that referenced
this issue
Apr 19, 2022
I am trying to hack in support for a centered Startify window, and while I can achieve centering, once Vim starts I am stuck with the value initially set to
g:startify_padding_left
regardless of when I set the padding variable. So when I open a vsplit with a Startify window, despiteg:startify_padding_left
being set to the padding I desire, Startify itself will keep the padding value used when Vim was openedOpen fresh neovim, centered how i want.
g:startify_padding_left
= 66Open a new Startify window during the same session, the padding doesn't update.
g:startify_padding_left
= 13I would really like to be able to do this. I could write a PR if needed, I have Vimscript experience
The text was updated successfully, but these errors were encountered: