dotfiles/helix/config.toml
2024-02-26 20:05:10 -05:00

17 lines
227 B
TOML

theme = "val-onedark"
[editor]
auto-completion = false
auto-format = false
auto-pairs = false
idle-timeout = 2000
[editor.lsp]
display-messages = true
[editor.smart-tab]
enable = false
[keys.insert]
C-space = "completion"