dot/helix/config.toml

14 lines
281 B
TOML

theme = "dracula_at_night"
[editor]
auto-completion = true
auto-info = true
[editor.statusline]
left = ["mode", "spinner", "file-name", "diagnostics"]
right = ["selections", "position", "file-encoding"]
[editor.lsp]
auto-signature-help = true
display-signature-help-docs = true