Add basic helix config

This commit is contained in:
Thomas Avé 2023-08-20 18:16:10 +02:00
parent 22aff2558e
commit 6dadedc7ca
1 changed files with 13 additions and 0 deletions

13
helix/config.toml Normal file
View File

@ -0,0 +1,13 @@
theme = "base16_transparent"
[editor]
line-number = "relative"
mouse = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false