dotfiles/private_dot_config/helix/config.toml
Anton Volnuhin ed627ec715 helix
2023-05-08 05:42:38 +03:00

17 lines
213 B
TOML

theme = "gruvbox"
[editor]
line-number = "relative"
mouse = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false
[editor.soft-wrap]
enable = true