mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.31k stars 187 forks source link

Startify window doesn't automatically open on GUI NeoVim. #318

Closed MeanEYE closed 6 years ago

MeanEYE commented 6 years ago

When NeoVim loads init.vim Startify works as expected, but when configuration is stored in ginit.vim Startify window is not automatically opened. When Startify command is manually executed it works as expected.

MeanEYE commented 6 years ago

Just a configuration issue on my part. Resolved. For any future wanderers what you need to do is have all your configuration in init.vim (including Startify) and only GUI configuration in ginit.vim. That way everything works.