dotfiles/.config/helix/config.toml

14 lines
190 B
TOML

theme = "base16_transparent"
[editor]
line-number = "relative"
mouse = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false