From afce6858f263cefc9e4aadc378d45e3a910d308a Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 6 Nov 2024 06:10:28 +0200 Subject: [PATCH] helix: update config --- cli/.config/helix/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) 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"