Is there a way to show wrap guides without actually soft-wrapping? #31755
radix
started this conversation in
Config, Settings and Keymaps
Replies: 1 comment
-
Interestingly, I am unable to reproduce. I have been using the exact setup you describe for basically the entire time I have been using Zed. I also just now tried reproducing the issue you described by copying your setup, however, I was unable to produce the result you described. Could you perhaps share some more of your settings config so I can take another look? |
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.
-
If I have the following configuration:
The guide doesn't actually appear until I also add:
or
But none of the other options for
soft_wrap
will still show the wrap guide.I would like to see the wrap guide but not auto-soft-wrap. I just want to know where my preferred line length is without auto-wrapping. I would assume
"show_wrap_guides": true
should force showing the wrap guides regardless of the soft wrap mode.Beta Was this translation helpful? Give feedback.
All reactions