config.helix/config.toml
2026-06-17 16:22:00 +02:00

11 lines
181 B
TOML

theme = "molokai"
[editor]
line-number = "relative"
clipboard-provider = "win32-yank"
true-color = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"