Mercurial > dotfiles
changeset 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 | 6a132d60cb29 |
children | 3bcc2c5ddef3 |
files | dot_config/helix/config.toml.tmpl |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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"