Add iamb config

This commit is contained in:
Ceres 2025-10-24 01:03:31 +01:00
parent bb224faf0a
commit 657bc9098b
Signed by: ceres-sees-all
GPG key ID: 9814758436430045
3 changed files with 21 additions and 1 deletions

View file

@ -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" },
]