Marco Hinz
Marco Hinz
Unfortunately that's not easily possible right now. Startify adds lines one after the other. This is done on purpose, because then even when you have slow disk I/O or network...
Let's just start playing around a bit! Have a look at https://github.com/mhinz/vim-startify/pull/401 It's just a proof of concept. Much left to improve.
> Just downloaded the files directly and tested. 😱Please use a plugin manager like [vim-plug](https://github.com/junegunn/vim-plug). Then you could just put `Plug 'mhinz/vim-startify', {'branch': 'center'}` in your vimrc. > Above 80...
Ah, I just noticed that the "custom header not centered" issue is already solved. The `startify#pad()` helper function should be used (documented at `:h g:startify_custom_header`). ``` let g:startify_custom_header = 'startify#pad(startify#fortune#boxed())'...
Sorry, but I wasn't active on GitHub in recent months. :) Are you still using vim-startify and Dropbox? If so, I'll add an opt-out option for it. Probably `g:startify_session_disable_last_symlink`.
Sorry for not being active the last months. Is this still an issue? This really shouldn't happen at all. On the `VimEnter` event, this code is run: https://github.com/mhinz/vim-startify/blob/04ad724e80f51a3f119c0453966c336ce052752c/plugin/startify.vim#L37-L41 So, by...
In some cases it can be related to the used terminal emulator. When the Startify buffer opened, Is using `zb` in normal mode or the command `:0` helping?
Hmm, that's a bit strange. This plugin checks on `:h VimEnter` if the first buffer is empty or not. Please put `autocmd VimEnter * echomsg 'FOO: '. line2byte('$')` in the...
But what's the output of the autocmd I mentioned above? On another note, although 0.4.4 is the current release, it's pretty old already. Maybe it's fixed on master already, so...
That shouldn't happen by default. What options do you have set? It gets a Dictionary when it expects a String.