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

24 lines
357 B
TOML
Raw Permalink 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
2024-11-12 12:55:54 +02:00
[editor.file-picker]
hidden = false
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"