feat: new no-status.yazi plugin

This commit is contained in:
sxyazi
2024-08-07 06:35:06 +08:00
parent 39f275382e
commit d2e4bb0061
3 changed files with 49 additions and 0 deletions

17
no-status.yazi/README.md Normal file
View File

@@ -0,0 +1,17 @@
# no-status.yazi
Hide the status bar.
## Installation
```sh
ya pack -a yazi-rs/plugins#no-status
```
## Usage
Add this to your `init.lua` to enable the plugin:
```lua
require("no-status"):setup()
```