Files
plugins/no-status.yazi/README.md
2024-08-07 06:56:31 +08:00

20 lines
307 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()
```