-
Notifications
You must be signed in to change notification settings - Fork 33
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
Chunk guides hidden behind indent guides #107
Comments
Sorry, the previous issue was not explained clearly. The as for the bug, I can't reproduce it. are you using the latest commit on the main branch? And you can try to set bug_reproduce.mov |
@shellRaining Thanks for the explanation! I tried setting a higher priority for the chunk mod, but this doesn't solve the issue. Could you try reproducing with my config or sharing yours? It's strange that we wouldn't get the same behavior. |
I'll take a look at your dotfile, by the way, your color scheme looks great! |
I found the reason, it is because your configuration file using tabs instead of spaces, and I did not handle the relevant parts correctly. And I also found that you have list a long |
@shellRaining Ok perfect! ❤️ |
Describe the bug
The chunk guides are most of the time partially hidden behind the indent guides (see video attached).
To Reproduce
Scroll up and down in code with nested indentation. My config is below; you may need to replace the references to my color and icons helpers. I've also tried setting
chunk.use_treesitter = false
but it doesn't help.Expected behavior
The chunk guides should have preference over indent guides.
Screenshots
Screen.Recording.2024-06-10.at.10.40.59.mov
The text was updated successfully, but these errors were encountered: