theme = "onedark" [editor] true-color = true line-number = "relative" shell = ["zsh", "-c"] text-width = 120 [editor.cursor-shape] insert = "bar" [editor.soft-wrap] enable = true [editor.statusline] left = ["version-control", "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" [editor.lsp] display-messages = true [editor.whitespace.render] space = "all" tab = "all" newline = "none" [editor.whitespace.characters] space = "·" nbsp = "⍽" tab = "→" newline = "⏎" tabpad = "·" # Tabs will look like "→···" (depending on tab width)