dotfiles/helix/config.toml

29 lines
488 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
[editor.soft-wrap]
enable = true
[editor.statusline]
center = ["version-control"]
[keys.normal]
C-r = ":config-reload"
_ = { n = ":set whitespace.render none", a = ":set whitespace.render all" }
[keys.normal.space]
i = ":toggle lsp.display-inlay-hints"