Marco Hinz

Results 58 comments of Marco Hinz

That exact configuration is working fine here with Nvim 0.4.4 and Nvim master. Maybe double-check your vim-startify plugin is up-to-date. Are you sure there isn't any other configuration left over...

I linked the exact line above. :) https://github.com/mhinz/vim-startify/blob/5ee8914b26e9f0b2d8ec01b3cef8c46e7a3954b5/autoload/startify.vim#L516

My biggest regret with Startify is that people mistake it for a session management plugin. :-) But that's my fault. Initially, `:SSave` was only added to save sessions in one...

When the filetype doesn't get set, the syntax file will never be sourced, thus there won't be any colors. Setting colors in Vim is based on regular expressions and known...

Sorry, but I was not active on GitHub in recent months. Startify just goes through the list of `:oldfiles` and doesn't check against previous matches. So, if both versions are...

You mean `:h g:startify_session_persistence`?

That probably happened when we switched to saveless sign updates. Now there are two ways to get the diff: 1. `:h g:signify_vcs_cmds` for when the buffer is unmodified, and 2....

For general debugging you can use `:verb write`, which enables verbose mode just for that one command. But in your case, you want it from the very beginning, so start...

Oh, I had already written up something.. :) Please check if the latest master is working for you.