dotfiles/helix/config.toml

12 lines
168 B
TOML
Raw Normal View History

2022-04-04 06:42:03 +00:00
theme = "bogster"
[editor]
2022-09-19 16:53:48 +00:00
cursorline = true
indent-guides.render = true
2022-04-04 06:42:03 +00:00
true-color = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"