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

View file

@ -16,6 +16,10 @@ let
".config/nvim" ".config/nvim"
"nvim" "nvim"
] ]
[
".config/helix"
"helix"
]
[ [
".config/yazi" ".config/yazi"
"yazi" "yazi"
@ -116,7 +120,7 @@ in
svelte-language-server svelte-language-server
diff-so-fancy diff-so-fancy
obsidian obsidian
evil-helix helix
xh xh
dust dust
tokei tokei