dotfiles/.config/helix/config.toml

24 lines
349 B
TOML
Raw Permalink Normal View History

2024-07-28 17:49:55 +00:00
theme = "base16_default_extended"
[editor]
completion-timeout = 5
cursorline = true
line-number = "relative"
popup-border = "all"
2025-07-06 01:06:49 +00:00
[editor.auto-pairs]
"(" = ")"
"{" = "}"
"[" = "]"
2024-07-28 17:49:55 +00:00
[editor.indent-guides]
render = true
character = "▏"
2025-07-06 01:06:49 +00:00
[editor.inline-diagnostics]
cursor-line = "hint"
other-lines = "disable"
2024-07-28 17:49:55 +00:00
[keys.insert]
"C-g" = "normal_mode"