config
git clone https://git.pyrossh.dev/config
Common configuration
helix/config.toml
| 394cfc9 | 1 | theme = "dark_plus" |
| 5ab4d00 | 2 | |
| 5ab4d00 | 3 | [editor.cursor-shape] |
| 5ab4d00 | 4 | normal = "block" |
| 5ab4d00 | 5 | insert = "bar" |
| 5ab4d00 | 6 | select = "bar" |
| 5ab4d00 | 7 | |
| 5ab4d00 | 8 | |
| 5ab4d00 | 9 | [editor.indent-guides] |
| 5ab4d00 | 10 | render = true |
| 5ab4d00 | 11 | |
| 5ab4d00 | 12 | [editor.statusline] |
| 5ab4d00 | 13 | left = ["mode", "spinner", "version-control", "file-modification-indicator"] |
| 5ab4d00 | 14 | center = ["file-name"] |
| 5ab4d00 | 15 | right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type", "total-line-numbers"] |
| 5ab4d00 | 16 | separator = "│" |
| 5ab4d00 | 17 | mode.normal = "NORMAL" |
| 5ab4d00 | 18 | mode.insert = "INSERT" |
| 5ab4d00 | 19 | mode.select = "SELECT" |