dotfiles/helix/config.toml

18 lines
227 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
2024-02-26 20:05:10 -05:00
[editor.smart-tab]
enable = false
[keys.insert]
C-space = "completion"