dotfiles/helix/config.toml

19 lines
269 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"