dotfiles/dot_config/helix/config.toml
2022-07-03 11:41:43 +02:00

7 lines
103 B
TOML

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