Janne Mareike Koschinski

Results 63 comments of Janne Mareike Koschinski

I ended up rewriting this in golang, actually, with most segments supported. It's available over here: https://github.com/justjanne/powerline-go

This is somewhat intentional, as submodules are extremely expensive to compute for the git segment, in turn leading to signficant lag when using the shell. I’m afraid there’s no good...

From what I can see, this would require quite a bit of scripting on vim side, which I’m not really able to do (personally, I don’t use vim). If someone...

Could you tell me if the variables $KEYMAP or $VIM_MODE_KEYMAP are set if you enter insert/command mode in ZSH?

Could you please explain in more detail why you believe this is needed? Spawning an additional process tends to increase latency quite a bit, so we try to avoid that...

I agree, but with the library we’re currently using for truncating unicode text (as a path may contain e.g. chinese characters or emoji), we can’t truncate from the left

I agree that it *should* be done, but with our current library, that’s not easily possible. If someone wishes to contribute the code, sure, I’d love to add it though.

The latency should be improved quite a bit now, as I changed the way git stashes and jobs are determined. If you could please test with the latest version, that’d...

And thanks to the parallel segment PR, performance should now be even better :)

From the discussion it seems like this is fixed? If not, please re-open and add more information