init commit

This commit is contained in:
MeexReay 2025-07-18 05:20:16 +03:00
commit 1faf698ab8
62 changed files with 4299 additions and 0 deletions

24
helix/config.toml Normal file
View file

@ -0,0 +1,24 @@
theme = "transparent_ayu_dark"
[editor]
line-number = "absolute"
mouse = 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.auto-save]
focus-lost = true
[editor.lsp]
display-inlay-hints = true