From 04489f5254011fe90d9062c6c3653a663a12f996 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 9 Feb 2023 13:22:35 -0600 Subject: [PATCH] Soft wrap! --- common/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) 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"