dotfiles/roles/user/editors/helix/files/config.toml
Matej Focko 3f09655707
feat(editors/helix): add support for Helix
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-09-09 15:19:45 +02:00

8 lines
126 B
TOML

theme = "dracula_at_night"
[editor]
line-number = "relative"
rulers = [ 80, 100, 120 ]
[editor.indent-guides]
render = true