diff --git a/cli/.config/helix/config.toml b/cli/.config/helix/config.toml index acc49d6..b24c111 100644 --- a/cli/.config/helix/config.toml +++ b/cli/.config/helix/config.toml @@ -3,9 +3,18 @@ theme = "gruvbox" [editor] true-color = true line-number = "relative" -cursorline = true [editor.cursor-shape] normal = "block" insert = "bar" select = "underline" + +[editor.indent-guides] +render = true + +[editor.soft-wrap] +enable = true + +[keys.normal.space] +z = ":toggle-option whitespace.render all none" +x = ":toggle-option cursorline"