theme = "onedark" [editor] line-number = "relative" cursorline = true cursorcolumn = true idle-timeout = 800 auto-format = true [editor.lsp] display-inlay-hints = true display-messages = true [editor.indent-guides] render = true character = "▏" # Some characters that work well: "▏", "┆", "┊", "⸽" skip-levels = 1 [editor.cursor-shape] insert = "bar" normal = "block" select = "underline" [editor.file-picker] hidden = false [editor.soft-wrap] enable = true [editor.whitespace.render] tab = "all" newline = "none" [editor.whitespace.characters] tab = "→" newline = "⏎" [keys.normal] S-left = "jump_view_left" S-right = "jump_view_right" A-left = "swap_view_left" A-right = "swap_view_right" C-right = "toggle_comments"