dotfiles/config/helix/config.toml
2022-04-02 18:02:26 +03:00

18 lines
No EOL
227 B
TOML

theme = "onedark"
[editor]
line-number = "relative"
scrolloff = 8
true-color = true
[editor.cursor-shape]
insert = "bar"
[editor.lsp]
display-messages = true
[keys.normal]
C-s = ":w"
[keys.insert]
j = { k = "normal_mode" }