From b0f4c419b9a00329459bd6eece093486dc29560b Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 24 May 2023 19:28:54 +0300 Subject: [PATCH] Don't make NORMAL mode cursor a bar in Helix --- machines/asus/helix/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/machines/asus/helix/default.nix b/machines/asus/helix/default.nix index 920bb80..eafb66a 100644 --- a/machines/asus/helix/default.nix +++ b/machines/asus/helix/default.nix @@ -18,6 +18,7 @@ settings.editor = { color-modes = true; + cursor-shape.insert = "bar"; cursorline = true; file-picker.hidden = false; line-number = "relative"; @@ -38,11 +39,6 @@ "`" = "`"; }; - settings.editor.cursor-shape = { - normal = "bar"; - insert = "bar"; - }; - settings.editor.mode = { normal = "NORMAL"; insert = "INSERT";