This commit is contained in:
2026-07-08 09:22:05 +02:00
parent a8d7ae73f4
commit aaf25faab6
12 changed files with 107 additions and 139 deletions

18
.config/helix/config.toml Normal file
View File

@@ -0,0 +1,18 @@
theme = "base16_transparent"
[editor]
line-number = "relative"
end-of-line-diagnostics="error"
completion-replace = true
[editor.file-picker]
hidden = false
[editor.statusline]
left = ["mode", "spinner", "read-only-indicator", ]
center = ["file-name", "file-modification-indicator", "spacer", "version-control"]
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
separator = "|"
[editor.soft-wrap]
enable = true