From ac06f113cc6f66fb91b080fa5b1899da6d9d6adc Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sun, 17 May 2026 21:43:42 -0400 Subject: [PATCH] helix: Remove indentation from soft-wrap --- helix/main.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/helix/main.toml b/helix/main.toml index bcfd551..4fd80f3 100644 --- a/helix/main.toml +++ b/helix/main.toml @@ -16,6 +16,7 @@ select = "underline" [editor.soft-wrap] enable = true wrap-indicator = "" +max-indent-retain = 0 [editor.statusline] left = ["mode", "spinner", "file-name"]