dotfiles/private_dot_config/helix/config.toml
2024-09-01 00:09:40 +03:00

18 lines
229 B
TOML

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