Color column? #3687
Color column?
#3687
-
Is there a Helix equivalent to vim's "colorcolumn"? I like to restrict C lines to <80 characters, and a visual representation of the limit column helps a lot. |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Sep 4, 2022
Replies: 1 comment
-
You can use rulers: https://docs.helix-editor.com/configuration.html#editor-section # ~/.config/helix/config.toml
[editor]
rulers = [80] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
distobs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use rulers: https://docs.helix-editor.com/configuration.html#editor-section