~mark/.config/helix/cd ..cat config.toml
theme = "github_dark_high_contrast"
[editor]
true-color = true
line-number = "relative"
bufferline = "always"
color-modes = true
idle-timeout = 0
completion-trigger-len = 0
# soft-wrap.enable = true
[editor.cursor-shape]
normal = "hidden"
select = "underline"
insert = "bar"
[editor.whitespace]
render = "all"
characters = { tab = "›", space = " ", newline = " ", tabpad = " " }
[editor.lsp]
display-messages = true
display-inlay-hints = true
[editor.auto-pairs]
'(' = ')'
'{' = '}'
'[' = ']'
cat other.toml
# tex, md, txt
theme = "kanagawa"
[editor]
bufferline = "multiple"