Mercurial > dotfiles
diff 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 |
line wrap: on
line diff
--- a/dot_config/helix/config.toml.tmpl Sat Mar 01 18:34:55 2025 +0100 +++ b/dot_config/helix/config.toml.tmpl Mon Mar 03 09:07:52 2025 +0100 @@ -8,6 +8,8 @@ line-number = "relative" cursorline = true auto-save = true +true-color = true +clipboard-provider = "termcode" [editor.cursor-shape] insert = "bar"