changeset 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
files dot_config/helix/config.toml.tmpl dot_config/helix/themes/tutticolori.toml
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
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"
--- a/dot_config/helix/themes/tutticolori.toml	Fri Feb 23 15:37:58 2024 +0100
+++ b/dot_config/helix/themes/tutticolori.toml	Fri Feb 23 17:04:17 2024 +0100
@@ -18,7 +18,7 @@
 "ui.virtual.whitespace" = { fg = "gray" }
 
 "diagnostic.error" = { underline = { color = "error-red", style = "curl" } }
-"diagnostic.warning" = { underline = { color = "orange", style = "curl"}}
+"diagnostic.warning" = { underline = { color = "orange", style = "curl"} }
 
 "error" = { fg = "error-red" }
 "warning" = { fg = "orange" }