file:
helix/config.toml
theme = "dark_plus"
[editor.cursor-shape]normal = "block"insert = "bar"select = "bar"
[editor.indent-guides]render = true
[editor.statusline]left = ["mode", "spinner", "version-control", "file-modification-indicator"]center = ["file-name"]right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type", "total-line-numbers"]separator = "│"mode.normal = "NORMAL"mode.insert = "INSERT"mode.select = "SELECT"