dotfiles/helix/config.toml

15 lines
192 B
TOML
Raw Normal View History

2022-05-22 15:32:36 -04:00
theme = "val-onedark"
[editor]
auto-completion = false
auto-format = false
2022-05-22 15:32:36 -04:00
auto-pairs = false
idle-timeout = 2000
2022-05-22 15:32:36 -04:00
[editor.lsp]
display-messages = true
[keys.insert]
C-space = "completion"