Fix yazi.toml for ebuilds
This commit is contained in:
parent
3e4056cd3a
commit
1b53a73ac8
1 changed files with 4 additions and 6 deletions
|
|
@ -1,16 +1,14 @@
|
|||
[opener]
|
||||
edit = [
|
||||
{ run = 'hx "$@"', block = true },
|
||||
{ run = 'hx %s', block = true },
|
||||
]
|
||||
|
||||
[open]
|
||||
append_rules = [
|
||||
{ name = '*.ebuild', use = 'edit' },
|
||||
{ mime = "application/vnd.gentoo.*", use = "edit" },
|
||||
{ mime = 'text/*', use = 'edit'},
|
||||
prepend_rules = [
|
||||
{ mime = "application/gentoo.*", use = 'edit' }
|
||||
]
|
||||
|
||||
[plugin]
|
||||
append_previewers = [
|
||||
{ name = "*", run = "code" },
|
||||
{ url = "*", run = "code" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue