dotfiles/helix/config.toml

20 lines
345 B
TOML

theme = "{{helix_theme}}"
[editor]
color-modes = true
cursorline = true
indent-guides.render = true
true-color = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.search]
smart-case = false
[keys.normal]
C-r = ":config-reload"
_ = { n = ":set whitespace.render none", a = ":set whitespace.render all" }