Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to pipe git diff output to diff-so-fancy #56

Closed
petobens opened this issue Feb 1, 2019 · 2 comments
Closed

Option to pipe git diff output to diff-so-fancy #56

petobens opened this issue Feb 1, 2019 · 2 comments
Labels

Comments

@petobens
Copy link

petobens commented Feb 1, 2019

I was wondering if it possible to use https://github.com/so-fancy/diff-so-fancy to show diffs output instead of plain git diff? I don't have a clear idea if this even makes sense from within vmi so please close the issue if it doesn't or this is not possible/there is no plan to add such an option.

Thanks!

@junegunn
Copy link
Owner

junegunn commented Feb 3, 2019

Syntax highlighting is done within Vim using the following syntax definitions.

If we want to keep the colors from diff-so-fancy, we would have to use terminal buffers instead of normal buffers, and it would require non-trivial changes to the plugin.

@petobens
Copy link
Author

petobens commented Feb 4, 2019

Thanks for the explanation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants