-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fugitive-specific git config #2235
Comments
You could probably stick options in |
Also note that we do force the color options to |
Thanks for the suggestions! I get the color escape sequences when I push. When I push, there's a link to create a PR. This link is colored. I'd like it to not be. |
Git doesn't do anything like this. It must be coming from the server. Which means it can't/won't respect Git options. 😔 |
Is there a way to pass some git configurations through to fugitive?
I'd like fugitive to use git without color — to avoid the weird color character embellishments in Vim — but have got with colour elsewhere.
The git config is
color.ui = false
. So I am looking for some configuration which would make fugitive run…whenever I run
:GSomeCommand
in fugitive.Is this possible? If so, how so?
Thanks
The text was updated successfully, but these errors were encountered: