Initial commit

This commit is contained in:
2025-08-01 16:24:26 -07:00
commit 37393d023a
32 changed files with 4342 additions and 0 deletions

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

@@ -0,0 +1,12 @@
editor.bufferline = "multiple"
theme = "onedark"
[editor.soft-wrap]
enable = true
max-wrap = 25 # increase value to reduce forced mid-word wrapping
max-indent-retain = 0
wrap-indicator = "" # set wrap-indicator to "" to hide it
[editor.auto-save]
after-delay.enable = true
after-delay.timeout = 100