Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Al-Saffar committed Apr 4, 2024
1 parent 8138222 commit c7892f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/machineconfig/settings/helix/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ select = "underline"
[editor.file-picker]
hidden = false

[editor.gutters]
layout = ["diff", "diagnostics", "line-numbers", "spacer"]
# [editor.gutters]
# layout = ["diff", "diagnostics", "line-numbers", "spacer"]

[editor.soft-wrap]
enable = true
max-wrap = 25 # increase value to reduce forced mid-word wrapping
max-indent-retain = 0
wrap-indicator = "" # set wrap-indicator to "" to hide it
# [editor.soft-wrap]
# enable = true
# max-wrap = 25 # increase value to reduce forced mid-word wrapping
# max-indent-retain = 0
# wrap-indicator = "" # set wrap-indicator to "" to hide it

0 comments on commit c7892f7

Please sign in to comment.