Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
850:c772355fedfb | 851:ff1e2121f5bc |
---|---|
5 {{ end }} | 5 {{ end }} |
6 | 6 |
7 [editor] | 7 [editor] |
8 line-number = "relative" | 8 line-number = "relative" |
9 cursorline = true | 9 cursorline = true |
10 auto-save = true | |
10 | 11 |
11 [editor.cursor-shape] | 12 [editor.cursor-shape] |
12 insert = "bar" | 13 insert = "bar" |
13 normal = "block" | 14 normal = "block" |
14 select = "underline" | 15 select = "underline" |