From 45ef77c920c9f741af96421d219b78f3001c074c Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Wed, 11 Oct 2023 09:52:13 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20:=20th=C3=A8me=20catppuccin=20dans=20la?= =?UTF-8?q?=20configuration=20de=20Helix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/helix/config.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/helix/config.toml b/config/helix/config.toml index 4e35f54..29dada9 100644 --- a/config/helix/config.toml +++ b/config/helix/config.toml @@ -1,3 +1,18 @@ +theme = "catppuccin_macchiato" + +[editor] +line-number = "relative" +cursorline = true +color-modes = true + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.indent-guides] +render = true + [keys.normal] # Quick iteration on config changes C-o = ":config-open"