# HG changeset patch # User Zeger Van de Vannet # Date 1708704257 -3600 # Node ID ff1e2121f5bc42e8942ccae42bbf38c93c79804b # Parent c772355fedfb9bfd6fb59c8f238dde2833c2e536 feat: enable auto-save diff -r c772355fedfb -r ff1e2121f5bc dot_config/helix/config.toml.tmpl --- 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" diff -r c772355fedfb -r ff1e2121f5bc dot_config/helix/themes/tutticolori.toml --- 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" }