From 0c45672b9c3bfa0189742992107de7a1b2d11933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Primard?= Date: Thu, 3 Oct 2024 16:17:14 +0200 Subject: [PATCH] add a config file --- dotconfig/helix/config.toml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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"