1
0
Fork 0
vdotfiles/cli/.config/helix/config.toml

21 lines
320 B
TOML
Raw Normal View History

theme = "gruvbox"
[editor]
true-color = true
2024-11-06 06:10:28 +02:00
line-number = "relative"
[editor.cursor-shape]
normal = "block"
insert = "bar"
select = "underline"
2024-11-11 14:14:14 +02:00
[editor.indent-guides]
render = true
[editor.soft-wrap]
enable = true
[keys.normal.space]
z = ":toggle-option whitespace.render all none"
x = ":toggle-option cursorline"