helix
This commit is contained in:
parent
a84993a3ac
commit
b96719ca62
3 changed files with 19 additions and 0 deletions
3
bin/hx
Executable file
3
bin/hx
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
command helix "$@"
|
||||
|
|
@ -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
15
helix/config.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue