1
0
Fork 0
This commit is contained in:
Jeremy Kaplan 2022-12-30 17:20:25 -08:00
commit b96719ca62
3 changed files with 19 additions and 0 deletions

3
bin/hx Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
command helix "$@"

View file

@ -20,6 +20,7 @@
~/.config/gh/config.yml: gh/config.yml
~/.config/gh-dash: gh-dash/
~/.config/git: git/
~/.config/helix: helix/
~/.config/hg: hg/
~/.config/jrnl: jrnl/
~/.config/kak: kak/

15
helix/config.toml Normal file
View file

@ -0,0 +1,15 @@
theme = "onedark"
[editor]
scrolloff = 0
cursorline = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.statusline]
left = ["mode", "spinner", "file-name"]
center = []
right = ["diagnostics", "selections", "position", "position-percentage", "file-encoding"]