dotfiles/.config/helix/config.toml

14 lines
190 B
TOML
Raw Normal View History

2023-08-20 18:16:10 +02:00
theme = "base16_transparent"
[editor]
line-number = "relative"
mouse = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false