31 lines
531 B
TOML
31 lines
531 B
TOML
theme = "{{helix_theme}}"
|
|
|
|
[editor]
|
|
color-modes = true
|
|
cursorline = true
|
|
indent-guides.render = true
|
|
true-color = true
|
|
text-width = 100
|
|
|
|
[editor.cursor-shape]
|
|
insert = "bar"
|
|
normal = "block"
|
|
select = "underline"
|
|
|
|
[editor.search]
|
|
smart-case = false
|
|
|
|
[editor.soft-wrap]
|
|
enable = true
|
|
wrap-at-text-width = 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"
|