From 6a6824e9779f165096c17192c35576058d61898b Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 12 May 2026 12:38:20 -0400 Subject: [PATCH] helix: Hide wrap indicator --- helix/main.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/helix/main.toml b/helix/main.toml index a80facc..bcfd551 100644 --- a/helix/main.toml +++ b/helix/main.toml @@ -15,6 +15,7 @@ select = "underline" [editor.soft-wrap] enable = true +wrap-indicator = "" [editor.statusline] left = ["mode", "spinner", "file-name"]