Context based Indent Guide #36945
duduribeiro
started this conversation in
UX and Design
Replies: 1 comment
-
This is not currently supported. I imagine you could get something like this via tree-sitter. You might look at the implementation of It's a nifty idea, but not something we're looking to immediately prioritize. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Check for existing issues
Describe the feature
(tried to find an existent issue and did not find anything related)
Hey folks, is there any way to configure indent guides to be shown only on the current LSP or Treesitter context?
For example if I want to show the indent guides only for the current method I am focusing.
I tried to set
but it accepts a greater or equal 1 😄
What I want to achieve is something like this on my nvim config:
See that when I focus on the method it shows the indent guide for it

and when I focus on another thing it changes the indent guide
is this something feasible to do in Zed?
thanks a lot
If applicable, add mockups / screenshots to help present your vision of the feature
No response
Beta Was this translation helpful? Give feedback.
All reactions