.dotfiles/helix/config.toml

12 lines
170 B
TOML

theme = "ayu_mirage"
[editor]
line-number = "relative"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.indent-guides]
render = true