dotfiles/.config/helix/config.toml
Rodolphe Bréard 659d8e8128 Helix config
2024-03-24 19:56:20 +01:00

13 lines
180 B
TOML

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