How to disable indent guide highlight but keep the guides dim #2115
-
I am not able to find such setting. I don't want the guides to be gone completely, just disable the highlighting functionality. I find the highlighting too performance hindering on large files, and visually distracting. Thanks for the help! |
Beta Was this translation helpful? Give feedback.
Answered by
dpetka2001
Aug 7, 2025
Replies: 1 comment 3 replies
-
https://github.com/folke/snacks.nvim/blob/main/docs/indent.md#%EF%B8%8F-config
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's
opts.indent.scope.enabled = false
.