feat: Fix helix config, add helix instead of evil-helix
This commit is contained in:
parent
50b49e5478
commit
2436b93000
2 changed files with 17 additions and 1 deletions
12
helix/config.toml
Normal file
12
helix/config.toml
Normal 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
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue