feat: Fix helix config, add helix instead of evil-helix

This commit is contained in:
Martin Larsson 2025-05-30 17:34:36 +02:00
parent 50b49e5478
commit 2436b93000
2 changed files with 17 additions and 1 deletions

12
helix/config.toml Normal file
View file

@ -0,0 +1,12 @@
theme = "ayu_mirage"
[editor]
line-number = "relative"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.indent-guides]
render = true