Add basic helix config
This commit is contained in:
parent
22aff2558e
commit
6dadedc7ca
|
@ -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
|
Loading…
Reference in New Issue