nix-config/home/modules/helix/config/config.toml
Tim Schubert cde3f39c11
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
feat: switch to black on white theme
2025-04-13 20:56:56 +02:00

12 lines
159 B
TOML

theme = "black"
[editor]
line-number = "relative"
mouse = true
auto-completion = true
[editor.soft-wrap]
enable = true
[keys.normal]
C-q = [ ":reflow 80" ]