2023-03-06 22:43:03 +00:00
|
|
|
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"
|
2023-03-06 22:43:03 +00:00
|
|
|
|
|
|
|
[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"
|