Files
dotfiles/helix/config.toml
2023-04-16 20:35:29 -05:00

15 lines
225 B
TOML

theme = "nightfox"
[editor]
line-number = "relative"
cursorline = true
color-modes = true
shell = ["zsh", "-c"]
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false