I am using emacs-nox and as some of you know there are always some problems if you want to display you line numbers while also using git-gutter.
(Stuff like some extra margin jumping numbers etc.)
Now here is the thing I allways have a space between my line numbers an my code.
(I using the format "%4d "
) so I would like to know:
Is there a way to show git gutter after the line numbers? Just right in that empty column. Between my Numbers and my code.
Example:
7 Code
8+Code
9 Code
10 Code
11-Code
12 Code
Stefan talked about using nlinum-mode and diff-hl instead but with those two I have similar problems: