Add helix config

This commit is contained in:
2024-06-02 13:29:52 +02:00
parent 3d65ba5862
commit d94374c77e
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,10 @@
theme = "gruvbox"
[editor]
auto-format = true
#line-number = "relative"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"