diff dot_config/helix/config.toml.tmpl @ 851:ff1e2121f5bc

feat: enable auto-save
author Zeger Van de Vannet <zegervdv@me.com>
date Fri, 23 Feb 2024 17:04:17 +0100
parents c772355fedfb
children d2ceb12792f9
line wrap: on
line diff
--- a/dot_config/helix/config.toml.tmpl	Fri Feb 23 15:37:58 2024 +0100
+++ b/dot_config/helix/config.toml.tmpl	Fri Feb 23 17:04:17 2024 +0100
@@ -7,6 +7,7 @@
 [editor]
 line-number = "relative"
 cursorline = true
+auto-save = true
 
 [editor.cursor-shape]
 insert = "bar"