chore: bump Yazi version to 25.12.29

This commit is contained in:
sxyazi
2025-12-29 09:57:25 +08:00
parent 7ca66b4103
commit 1612f00cf1
8 changed files with 17 additions and 20 deletions

View File

@@ -22,14 +22,14 @@ And register it as fetchers in your `~/.config/yazi/yazi.toml`:
```toml
[[plugin.prepend_fetchers]]
id = "git"
name = "*" # use `url` if you're using the nightly version of Yazi
run = "git"
id = "git"
url = "*"
run = "git"
[[plugin.prepend_fetchers]]
id = "git"
name = "*/" # use `url` if you're using the nightly version of Yazi
run = "git"
id = "git"
url = "*/"
run = "git"
```
## Advanced