chore: autoenable helix
This commit is contained in:
parent
0e98ce2214
commit
7e0a207778
2 changed files with 63 additions and 1 deletions
|
|
@ -4,6 +4,13 @@
|
|||
settings = {
|
||||
theme = "gruber-darker";
|
||||
editor = {
|
||||
auto-save = {
|
||||
focus-lost = true;
|
||||
after-delay = {
|
||||
enable = true;
|
||||
timeout = 3000;
|
||||
};
|
||||
};
|
||||
cursor-shape = {
|
||||
normal = "block";
|
||||
insert = "bar";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue