theme = "sonokai" [keys.normal] "backspace" = { c = ":config-open"} "backspace" = { r = [":w", ":config-reload"]} [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"