dotfiles/helix/config.toml
2022-04-04 01:42:03 -05:00

10 lines
122 B
TOML

theme = "bogster"
[editor]
true-color = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"