dotfiles/private_dot_config/helix/config.toml

16 lines
199 B
TOML

theme = "catppuccin_mocha"
[editor]
mouse = true
[editor.cursor-shape]
insert = "bar"
[editor.whitespace.render]
space = "all"
tab = "all"
[editor.whitespace.characters]
space = "·"
tab = "→"