dotfiles/dot_config/helix/config.toml

10 lines
166 B
TOML

theme = "gruvbox_transparent"
[editor]
cursorline = true
[editor.soft-wrap]
enable = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"