Files
df/tree/.config/helix/config.toml
2024-06-02 13:29:52 +02:00

11 lines
149 B
TOML

theme = "gruvbox"
[editor]
auto-format = true
#line-number = "relative"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"