.dotfiles/configs/helix/config.toml

16 lines
191 B
TOML
Raw Normal View History

2023-04-04 12:09:23 +02:00
theme = "catppuccin_mocha"
[editor]
line-number = "relative"
mouse = false
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false