init commit
This commit is contained in:
commit
1faf698ab8
62 changed files with 4299 additions and 0 deletions
24
helix/config.toml
Normal file
24
helix/config.toml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue