Fork me on GitHub
#spacemacs
<
2019-04-01
>
martinklepsch15:04:29

I tried to configure the version control layer so that it shows me git info in the margins but git-gutter is not being enabled โ€” am I putting this in the wrong place?

martinklepsch16:04:32

duh, I think it actually works, I just looked at the wrong side of the buffer ๐Ÿ˜„

martinklepsch16:04:00

If anyone knows how to get it to the left side of the buffer, that'd be fantastic but maybe I can also get used to this ๐Ÿ˜„

ag16:04:15

@martinklepsch you mean git-gutter? (setq git-gutter-fr+-side 'left-fringe) maybe?

practicalli-johnny16:04:36

@martinklepsch I find it useful to have git-gutter on the right so it does not blur into the evaluation marks, shown when ever an expression has been evaluated in the current repl.

ag17:04:35

Does anyone find git-gutter to be slow or any other issues. I switched to diff-hl long time ago and I canโ€™t remember why I did that. git log says nothing about it and my org files have no notion about what force me to do this.

ag17:04:49

it seems git-gutter is more popular (maybe due to familiar name)