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"] }