Evgeni Kolev

Results 44 comments of Evgeni Kolev

Could you share what `fossil branch` is reporting? Regarding the features - I'm planning to add support for repository state (if it has untracked files), count of commits ahead/behind and...

If you don't like the branch name on the right - you can move `promptline#slices#vcs_branch({'fossil': 1})` to the left by setting it in one of a/b/c. Regarding the color: separation...

OK, I see your point. However, implementing alternating colors wouldn't be a simple task, because I've coded this with the assumption that colors will not be changed based on the...

For configuration, something like this could be used: ``` { \'a' : [233, 27], \'a.alternative' : [27,233], ... } ``` Configuration is not my major concern though. It's implementation. Now,...

> A small aside: This project is great, are you still using it? The last commit was a while ago... I'm still using it, although a bit differently. Regarding adding...

I don't think tmux understands true color (8bit) unless you patch it. Anyway, you could do this: create a tmuxline.conf file with :TmuxlineSnapshot, then eidt tmuxline.conf (modify the colors as...

I didn't know about this feature of tmux. I'll do some research. I guess it will be simple to add such feature once I know the details about it.

I'll check it out. Powerline seems to got this functionality here https://github.com/powerline/powerline/pull/863 I'll try to come up with a version which would not break under older tmux versions

The check is really simple: just check if $TMUX env variable is set https://github.com/edkolev/tmuxline.vim/blob/master/plugin/tmuxline.vim#L5 Thanks for reporting this. I'll look for another way to check if vim's inside tmux.

Thank you for the pull request. I would prefer not to modify all the airline themes (airline, airline_insert, airline_visual). Also, if someone doesn't use airline's tabline feature (which is by...