helix/config.toml
2026-02-12 17:41:40 -08:00

60 lines
965 B
TOML

theme = "catppuccin_mocha"
[editor]
true-color = true
mouse = true
color-modes = true
rulers = [80, 100]
shell = ["bash", "-c"]
bufferline = "multiple"
end-of-line-diagnostics = "hint"
[editor.indent-guides]
render = true
character = "┆"
skip-levels = 1
[editor.smart-tab]
enable = true
[editor.soft-wrap]
enable = true
[editor.inline-diagnostics]
cursor-line = "error"
other-lines = "warning"
[editor.whitespace.render]
space = "none"
tab = "all"
nbsp = "all"
nnbsp = "all"
newline = "none"
[editor.whitespace.characters]
space = "·"
nbsp = "⍽"
nnbsp = "␣"
tab = "→"
newline = "⏎"
tabpad = "·"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.lsp]
display-messages = true
auto-signature-help = true
display-signature-help-docs = true
[keys.normal."A-r"]
"b" = ":sh cargo build"
"r" = ":sh cargo run"
"t" = ":sh cargo text"
[keys.normal."A-z"]
"b" = ":sh zig build"
"r" = ":sh zig run"
"t" = ":sh zig text"