chore: bump Yazi version to 25.12.29
This commit is contained in:
@@ -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 = "*" # use `url` if you're using the nightly version of Yazi
|
url = "*"
|
||||||
run = "git"
|
run = "git"
|
||||||
|
|
||||||
[[plugin.prepend_fetchers]]
|
[[plugin.prepend_fetchers]]
|
||||||
id = "git"
|
id = "git"
|
||||||
name = "*/" # use `url` if you're using the nightly version of Yazi
|
url = "*/"
|
||||||
run = "git"
|
run = "git"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.31
|
--- @since 25.12.29
|
||||||
|
|
||||||
local WINDOWS = ya.target_family() == "windows"
|
local WINDOWS = ya.target_family() == "windows"
|
||||||
|
|
||||||
|
|||||||
@@ -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 = "*" # use `url` if you're using the nightly version of Yazi
|
url = "*"
|
||||||
run = "mactag"
|
run = "mactag"
|
||||||
|
|
||||||
[[plugin.prepend_fetchers]]
|
[[plugin.prepend_fetchers]]
|
||||||
id = "mactag"
|
id = "mactag"
|
||||||
name = "*/" # use `url` if you're using the nightly version of Yazi
|
url = "*/"
|
||||||
run = "mactag"
|
run = "mactag"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.31
|
--- @since 25.12.29
|
||||||
|
|
||||||
local update = ya.sync(function(st, tags)
|
local update = ya.sync(function(st, tags)
|
||||||
for path, tag in pairs(tags) do
|
for path, tag in pairs(tags) do
|
||||||
|
|||||||
@@ -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 = "*" # use `url` if you're using the nightly version of Yazi
|
url = "*"
|
||||||
run = "mime-ext"
|
run = "mime-ext"
|
||||||
prio = "high"
|
prio = "high"
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.5.31
|
--- @since 25.12.29
|
||||||
|
|
||||||
local FILES = {
|
local FILES = {
|
||||||
[".envrc"] = "text/plain",
|
[".envrc"] = "text/plain",
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
> [!NOTE]
|
|
||||||
> The latest Yazi nightly build is required to use this plugin at the moment.
|
|
||||||
|
|
||||||
# zoom.yazi
|
# zoom.yazi
|
||||||
|
|
||||||
Enlarge or shrink the preview image of a file, which is useful for magnifying small files for viewing.
|
Enlarge or shrink the preview image of a file, which is useful for magnifying small files for viewing.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--- @since 25.6.11
|
--- @since 25.12.29
|
||||||
|
|
||||||
local get = ya.sync(function(st, url) return st.last == url and st.level end)
|
local get = ya.sync(function(st, url) return st.last == url and st.level end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user