dotfiles/.config/helix/config.toml

9 lines
129 B
TOML

theme = "onedark"
[editor]
line-number = "relative"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"