nixos-config/modules/editors/helix/config.toml
2023-06-06 23:58:36 -04:00

15 lines
203 B
TOML

theme = "onedark"
[editor]
line-number = "relative"
mouse = true
auto-completion = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false