Comments about nightly version

Closes #163
This commit is contained in:
sxyazi
2025-12-24 00:57:10 +08:00
parent 19dc890e33
commit 7b0adcd854
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@@ -17,7 +17,7 @@ Add this to your `~/.config/yazi/yazi.toml`:
```toml ```toml
[[plugin.prepend_fetchers]] [[plugin.prepend_fetchers]]
id = "mime" id = "mime"
name = "*" name = "*" # use `url` if you're using the nightly version of Yazi
run = "mime-ext" run = "mime-ext"
prio = "high" prio = "high"
``` ```