This commit is contained in:
2026-04-20 12:30:30 +02:00
parent 315f9442ae
commit 8562298d83
7 changed files with 29 additions and 14 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
[[plugin.deps]]
use = "yazi-rs/plugins:git"
rev = "babfd0f"
hash = "26db011a778f261d730d4f5f8bf24b3f"
rev = "442d908"
hash = "6849444b7c2df08eace83f3f86fb55a3"
[[plugin.deps]]
use = "yazi-rs/plugins:smart-enter"
rev = "babfd0f"
rev = "442d908"
hash = "187cc58ba7ac3befd49c342129e6f1b6"
[[plugin.deps]]
@@ -25,14 +25,16 @@ And register it as fetchers in your `~/.config/yazi/yazi.toml`:
```toml
[[plugin.prepend_fetchers]]
id = "git"
url = "*"
run = "git"
id = "git" # Remove if Yazi > v26.1.22
url = "*"
run = "git"
group = "git"
[[plugin.prepend_fetchers]]
id = "git"
url = "*/"
run = "git"
id = "git" # Remove if Yazi > v26.1.22
url = "*/"
run = "git"
group = "git"
```
## Advanced