dotfiles/dot_config/helix/config.toml

23 lines
500 B
TOML
Raw Normal View History

theme = "sonokai"
[keys.normal]
"backspace" = { c = ":config-open"}
"backspace" = { r = [":w", ":config-reload"]}
2023-03-07 22:49:21 +00:00
C-a = "no_op"
[editor.lsp]
display-messages = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.statusline]
left = ["mode", "spinner"]
center = ["file-name"]
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
separator = "│"
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"