This commit is contained in:
2023-04-16 21:34:35 -04:00
parent 4a01415542
commit 21670bd2e2
5 changed files with 23 additions and 10 deletions

15
helix/config.toml Normal file
View File

@@ -0,0 +1,15 @@
theme = "nightfox"
[editor]
line-number = "relative"
cursorline = true
color-modes = true
shell = ["zsh", "-c"]
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false