chore: autoenable helix

This commit is contained in:
Rasyidan Akbar F. 2025-12-06 18:42:10 +07:00
commit 7e0a207778
2 changed files with 63 additions and 1 deletions

View file

@ -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";