dotfiles/.config/helix/config.toml

23 lines
349 B
TOML

theme = "base16_default_extended"
[editor]
completion-timeout = 5
cursorline = true
line-number = "relative"
popup-border = "all"
[editor.auto-pairs]
"(" = ")"
"{" = "}"
"[" = "]"
[editor.indent-guides]
render = true
character = "▏"
[editor.inline-diagnostics]
cursor-line = "hint"
other-lines = "disable"
[keys.insert]
"C-g" = "normal_mode"