diff --git a/dotconfig/helix/config.toml b/dotconfig/helix/config.toml index 72022fe..124ab36 100644 --- a/dotconfig/helix/config.toml +++ b/dotconfig/helix/config.toml @@ -1,19 +1,22 @@ + theme = "theme_transparent" [editor] line-number = "relative" -mouse = true + +#[editor.indent-guides] +#character = "|" +#render = true + +[editor.soft-wrap] +enable = true [editor.cursor-shape] insert = "bar" normal = "block" -[editor.file-picker] -hidden = false - - - [keys.normal] + # Quick iteration on config changes C-o = ":config-open" C-r = ":config-reload"