dotfiles/dot_config/helix/config.toml
Daniel Mevec cf1f74c0bd UPDATE
2023-08-29 12:35:02 +02:00

8 lines
121 B
TOML

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