mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.3k stars 186 forks source link

feat: use g:startify_custom_header_center for centering the header #465

Open neur1n opened 3 years ago

neur1n commented 3 years ago

This commit adds an option g:startify_custom_header_center to center the custom header, but it will not be defined unless the user sets it. The problem with startify#center(...) is that the centered custom header will not be centered on redraw (i.e. calling startify#insane_in_the_membrane(0). It is similar to glepnir/dashboard-nvim#52.