feat: new mime-ext plugin

This commit is contained in:
sxyazi
2024-08-21 20:24:10 +08:00
parent 49ec78e68a
commit b659791954
5 changed files with 1090 additions and 1 deletions

View File

@@ -33,5 +33,5 @@ if os.getenv("NVIM") then
end
```
In the example above, when it detects that you're [using Yazi in nvim](https://github.com/mikavilpas/yazi.nvim), the
In the example above, when it detects that you're [using Yazi in nvim](https://yazi-rs.github.io/docs/resources#vim), the
preview is hidden by default - you can always press `T` (or any key you've bound) to display it again.