dotfiles/.config/helix/config.toml

12 lines
175 B
TOML
Raw Normal View History

2023-09-15 22:59:26 +02:00
theme = "catppuccin_mocha"
[editor]
line-number = "relative"
cursorline = true
color-modes = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"