From 89a136ca4ac54a3f45fbed8d7612bf5344240beb Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 3 Dec 2023 12:20:10 +0300 Subject: [PATCH] Reduce completion time to 200 for helix --- machines/enka/helix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/enka/helix/default.nix b/machines/enka/helix/default.nix index dced394..278bfc1 100644 --- a/machines/enka/helix/default.nix +++ b/machines/enka/helix/default.nix @@ -15,6 +15,7 @@ cursorline = true; bufferline = "multiple"; file-picker.hidden = false; + idle-timeout = 200; line-number = "relative"; shell = [ "nu" "--commands" ]; text-width = 100;