From ee03d31006e616bcb07af0700f8b470f412fbe57 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 19 Nov 2023 20:32:25 +0300 Subject: [PATCH] Don't autosuggest and color tree --- machines/enka/helix/default.nix | 3 +-- machines/enka/nushell/default.nix | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/machines/enka/helix/default.nix b/machines/enka/helix/default.nix index 5643ed1..482b81e 100644 --- a/machines/enka/helix/default.nix +++ b/machines/enka/helix/default.nix @@ -9,11 +9,10 @@ settings.editor = { color-modes = true; completion-replace = true; - completion-trigger-len = 0; cursor-shape.insert = "bar"; cursorline = true; bufferline = "multiple"; - idle-timeout = 100; + idle-timeout = 10000; file-picker.hidden = false; line-number = "relative"; shell = [ "nu" "--commands" ]; diff --git a/machines/enka/nushell/default.nix b/machines/enka/nushell/default.nix index 7fc65e2..2b23453 100644 --- a/machines/enka/nushell/default.nix +++ b/machines/enka/nushell/default.nix @@ -16,6 +16,8 @@ ll = "ls --long"; lla = "ls --long --all"; sl = "ls"; + + tree = "^tree -C"; }; }; })