dotfiles/.config/helix/config.toml
2023-09-15 15:59:26 -05:00

12 lines
175 B
TOML

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