Skip to content

Commit

Permalink
Configure auto save
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Jan 7, 2025
1 parent d2c670e commit e8785e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home/dot_config/helix/config.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
theme = "github_dark_256"

[editor]
auto-save = true
cursorline = true
line-number = "relative"

[editor.auto-save]
focus-lost = true
after-delay.enable = true

[editor.cursor-shape]
insert = "bar"
normal = "block"
Expand Down

0 comments on commit e8785e8

Please sign in to comment.