motemen / git-vim

My vim files for Git
576 stars 73 forks source link

No colour in output #14

Open opsb opened 14 years ago

opsb commented 14 years ago

In my ~/.gitconfig I have

[color]
ui = auto

which means that output from git is coloured. The git-vim commands don't show this colouring.

motemen commented 13 years ago

Every git command results sent to vim are not colored regardless of gitconfig. A syntax file would be needed for highlighting. Thanks.