Files
plugins/no-status.yazi/README.md
2025-05-28 23:06:18 +08:00

24 lines
405 B
Markdown

# no-status.yazi
Remove the status bar.
![no-status-bar](https://github.com/user-attachments/assets/336bf813-2427-4338-827f-9ebc83d45d99)
## Installation
```sh
ya pkg add yazi-rs/plugins:no-status
```
## Usage
Add this to your `init.lua` to enable the plugin:
```lua
require("no-status"):setup()
```
## License
This plugin is MIT-licensed. For more information check the [LICENSE](LICENSE) file.