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"