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

18 lines
206 B
Markdown

# 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()
```