diff --git a/common/helix/config.toml b/common/helix/config.toml index 752649a..14196ab 100644 --- a/common/helix/config.toml +++ b/common/helix/config.toml @@ -8,6 +8,9 @@ scrolloff = 8 rulers = [80, 120] cursorline = true +[editor.soft-wrap] +enable = true + [editor.cursor-shape] normal = "block" insert = "bar"