Can't disable line-numbers #13638
Answered
by
the-mikedavis
Hamza12700
asked this question in
Troubleshooting
-
I would like to disable the line-numbers but Helix doesn't have any option to toggle this setting. It would be very useful for people like me who don't like line-numbers in their editor because it's useless in my opinion. It's like having an explorer open in the side all the time while you are editing text. It is awful. |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
May 28, 2025
Replies: 1 comment 1 reply
-
You can use the [editor]
gutters = ["diagnostics", "spacer", "diff"] |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Hamza12700
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
editor.gutters
config option and exclude theline-numbers
gutter.