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

20 lines
320 B
TOML

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