Skip to content
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

Less disturbing git gutter refresh? #182

Open
oblitum opened this issue Jun 25, 2021 · 3 comments
Open

Less disturbing git gutter refresh? #182

oblitum opened this issue Jun 25, 2021 · 3 comments

Comments

@oblitum
Copy link
Member

oblitum commented Jun 25, 2021

This is a feature request to have something similar as in neoclide/coc.nvim#3168.

Currently I have tried to set git.realtimeGutters to false, but it simply disables git gutter updates as a whole. I'm not sure what's the intention of this flag and it's not clear from docs or its name, it should be clarified whether it's for less frequent updates (non realtime), or to allow for manual update. Given that, I have not found a way to toggle update manually except for yet another hack like :CocCommand git.toggleGutters | CocCommand git.toggleGutters.

@chemzqm
Copy link
Member

chemzqm commented Jun 26, 2021

It will be refreshed on BufWritePre when realtimeGutters is disabled.

@oblitum
Copy link
Member Author

oblitum commented Jun 26, 2021

Ah okay, thx for the info on that. It seems though it would still be nice to have something along the lines of neoclide/coc.nvim#3168.

@oblitum
Copy link
Member Author

oblitum commented Jul 9, 2021

Currently when jumping placeholder the git signs flicker for some reason:

gif-2021-07-09-110223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants