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
|
||||
Loading…
Add table
Add a link
Reference in a new issue