Files
helix-config/config.toml
2024-04-18 19:55:42 +02:00

28 lines
608 B
TOML

theme = "dark_plus"
[editor]
auto-completion = false
auto-format = false
completion-replace = true
rulers = [80]
color-modes = true
auto-pairs = false
[editor.statusline]
left = ["mode", "file-name", "read-only-indicator", "file-modification-indicator", "version-control"]
right = ["diagnostics", "file-type", "file-line-ending", "spinner"]
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"
[editor.lsp]
auto-signature-help = true
display-signature-help-docs = true
snippets = false
[editor.cursor-shape]
insert = "bar"
[editor.indent-guides]
render = true