dotfiles/helix/config.toml

14 lines
216 B
TOML
Executable file

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