Files
plugins/no-status.yazi/README.md
2024-10-16 20:49:53 +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 pack -a 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.