make idle timeout less aggro

This commit is contained in:
Schrottkatze 2024-02-29 19:48:14 +01:00
parent a1e2fceac9
commit 03abcccb51
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc

View file

@ -35,7 +35,7 @@
display-inlay-hints = true; display-inlay-hints = true;
}; };
shell = ["nu" "-c"]; shell = ["nu" "-c"];
idle-timeout = 0; idle-timeout = 30;
indent-guides = { indent-guides = {
render = true; render = true;
character = ""; character = "";