From 9977b89d902927616a12e1eb40d2369dd6e1075d Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 5 Jun 2024 15:14:35 +0100 Subject: [PATCH] Update roles/home/helix.nix --- roles/home/helix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/home/helix.nix b/roles/home/helix.nix index 6dde9c5..9f16bd8 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -48,7 +48,8 @@ in cursorline = true true-color = true gutters = ["diff", "diagnostics", "line-numbers", "spacer"] - + indent = { tab-width = 2, unit = "\t" } + [editor.cursor-shape] insert = "bar" normal = "block"