dots/chezmoi/dot_config/helix/config.toml
aleidk 224c7ed45c Migrate to chezmoi
Move config files from config to chezmoi
Add script to auto install packages with DNF and Cargo
2024-03-01 20:26:02 -03:00

14 lines
No EOL
209 B
TOML

theme = "catppuccin_mocha"
[editor]
scrolloff = 15
line-number = "relative"
color-modes = true
[editor.cursor-shape]
normal = "block"
insert = "bar"
select = "underline"
[editor.indent-guides]
render = true