@@ -23,18 +23,18 @@ 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"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Advanced
|
## Advanced
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> The following configuration must be put before `require("git"):setup()`
|
> The following configuration must be put before `require("git"):setup()`
|
||||||
|
|
||||||
You can customize the [Style](https://yazi-rs.github.io/docs/plugins/layout#style) of the status sign with:
|
You can customize the [Style](https://yazi-rs.github.io/docs/plugins/layout#style) of the status sign with:
|
||||||
|
|||||||
@@ -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"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user