From e155caf794ce6c7b353a49cabf53be66574d2322 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 3 Oct 2023 03:50:20 -0600 Subject: fixed config typo --- modules/home-manager/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/helix.nix b/modules/home-manager/helix.nix index a8891a5..d93a2ea 100644 --- a/modules/home-manager/helix.nix +++ b/modules/home-manager/helix.nix @@ -13,7 +13,7 @@ cursorline = true; color-modes = true; lsp.display-messages = true; - cursor.shape = { + cursor-shape = { insert = "bar"; normal = "block"; select = "underline"; -- cgit v1.2.3