dots/helix/config.toml
2025-10-22 17:34:05 +02:00

26 lines
415 B
TOML

theme = "mico"
[editor]
line-number = "absolute"
mouse = true
end-of-line-diagnostics = "hint"
bufferline = "always"
shell = ["nu", "-c"]
[editor.inline-diagnostics]
cursor-line = "warning"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false
[keys.normal]
K = "hover"
G = "diagnostics_picker"
C-S-c = "yank_to_primary_clipboard"
C-S-v = "paste_after"