Mercurial > dotfiles
comparison dot_config/helix/config.toml.tmpl @ 1084:0ec3bf0cdf2f draft
feat: set some helix config options explicitly
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Mon, 03 Mar 2025 09:07:52 +0100 |
parents | 9a26b3369ef0 |
children | 3413249bd5fa |
comparison
equal
deleted
inserted
replaced
1083:6a132d60cb29 | 1084:0ec3bf0cdf2f |
---|---|
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 auto-save = true |
11 true-color = true | |
12 clipboard-provider = "termcode" | |
11 | 13 |
12 [editor.cursor-shape] | 14 [editor.cursor-shape] |
13 insert = "bar" | 15 insert = "bar" |
14 normal = "block" | 16 normal = "block" |
15 select = "underline" | 17 select = "underline" |