diff --git a/cli/.config/helix/config.toml b/cli/.config/helix/config.toml index 50c73b6..acc49d6 100644 --- a/cli/.config/helix/config.toml +++ b/cli/.config/helix/config.toml @@ -2,3 +2,10 @@ theme = "gruvbox" [editor] true-color = true +line-number = "relative" +cursorline = true + +[editor.cursor-shape] +normal = "block" +insert = "bar" +select = "underline"