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"; }; }; })