From 8f72936177fa1cc7f71b99f814a638905f66280a Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 18:25:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 18:25:07 --- .config/helix/config.toml | 5 ++++- .config/helix/themes/ashen.toml | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 1466d640..4f676bf4 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -26,9 +26,12 @@ display-inlay-hints = true [editor.indent-guides] render = true -character = "βΈ½" +# character = "|" skip-levels = 1 +[editor.soft-wrap] +enable = true + [keys.normal] m = "move_char_left" M = "goto_line_start" diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml index 790dae48..3094eb8e 100644 --- a/.config/helix/themes/ashen.toml +++ b/.config/helix/themes/ashen.toml @@ -97,7 +97,8 @@ "ui.virtual" = "g_5" "ui.virtual.ruler" = "g_5" -"ui.virtual.indent-guide" = "g_7" +"ui.virtual.indent-guide" = "g_8" +"ui.virtual.wrap" = "g_8" "ui.virtual.inlay-hint" = "g_4" "ui.virtual.jump-label" = { fg = "background", bg = "orange_blaze", modifiers = ["bold"] }