-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Conflicts with flycheck #9
Comments
I couldn't get git-gutter-fringe working with flycheck, but git-gutter regular does for me. My config is here if you're interested: https://github.com/mattray/home-directory/tree/master/.emacs.d |
Both flycheck and git-gutter-fringe uses fringe area so we cannot use them at the same time. |
Is there a solution for this now? |
No way. Use |
Is there any visible solution to this? |
As I said, no way. please try to use |
Ok, sorry, I just thought mb after time passed smth changed, since issue is open yet, mb by advicing flycheck evaluate function with gutter one's somehow. I fixed it by assigning gutter to right fringe, leaving left to flycheck. |
Well, one idea would be to give flycheck the right margin look at how doom-emacs solved it or my adoption! |
We do document how to position the fringe to the right, but perhaps we need to be more clear about avoid conflicts by putting whatever else needs to use the fringe area on opposite sides. |
As in topic.
Conflict is when fringe is configured to show symbols on left.
When configured to show symbols on right then everything is ok.
The text was updated successfully, but these errors were encountered: