make idle timeout less aggro
This commit is contained in:
parent
a1e2fceac9
commit
03abcccb51
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
display-inlay-hints = true;
|
||||
};
|
||||
shell = ["nu" "-c"];
|
||||
idle-timeout = 0;
|
||||
idle-timeout = 30;
|
||||
indent-guides = {
|
||||
render = true;
|
||||
character = "│";
|
||||
|
|
Loading…
Reference in a new issue