git_diff previewer loses syntax highlighting when viewing individual commits via git_commits() cmd #2751
Replies: 2 comments 3 replies
|
Do you have syntax highlighting when you run If not, might just be as simple as adding Let me know and we can adjust the defaults accordingly. |
|
Wow that was it, thanks for the insanely quick response! Running
Just to clarify, did you mean adjust the default in the codebase for everyone so it works like this out of the box, or were you suggesting I modify it in my local config? If you are fine with me adjusting the default to |


Do you have syntax highlighting when you run
:FzfLua git_diff ref=HEAD~?If not, might just be as simple as adding
--color=alwaysto the diff command.Let me know and we can adjust the defaults accordingly.