From 4ac0e2efca7ed77541f2aff9a66f51757ac9b9c6 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Fri, 19 Jan 2024 17:47:36 +0100 Subject: [PATCH] helix: Enabled soft-wrap --- editor/helix/config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/editor/helix/config.toml b/editor/helix/config.toml index 5056a0e..2559bec 100644 --- a/editor/helix/config.toml +++ b/editor/helix/config.toml @@ -1,6 +1,7 @@ theme="sonokai" +[editor.soft-wrap] +enable = true + [keys.normal] backspace = {r = ":sh cargo run", p = ":sh python src/main.py"} - -