Add iamb config
This commit is contained in:
parent
bb224faf0a
commit
657bc9098b
3 changed files with 21 additions and 1 deletions
|
|
@ -1,4 +1,16 @@
|
|||
[opener]
|
||||
edit = [
|
||||
{ run = 'hx "$@"', desc = "$EDITOR", block = true, for = "unix" },
|
||||
{ run = 'hx "$@"', block = true },
|
||||
]
|
||||
|
||||
[open]
|
||||
append_rules = [
|
||||
{ name = '*.ebuild', use = 'edit' },
|
||||
{ mime = "application/vnd.gentoo.*", use = "edit" },
|
||||
{ mime = 'text/*', use = 'edit'},
|
||||
]
|
||||
|
||||
[plugin]
|
||||
append_previewers = [
|
||||
{ name = "*", run = "code" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue