This commit is contained in:
Tao Tien 2025-02-25 17:29:04 -08:00
parent 79f74b4e7f
commit 94602bc06b
4 changed files with 11 additions and 6 deletions

View file

@ -12,8 +12,8 @@
cursor-line = "warning";
};
auto-save = {
focus-lost = true;
after-delay.enable = true;
focus-lost = false;
after-delay.enable = false;
after-delay.timeout = 1000;
};
shell = ["nu" "--stdin" "-c"];