24 lines
405 B
Markdown
24 lines
405 B
Markdown
# no-status.yazi
|
|
|
|
Remove the status bar.
|
|
|
|

|
|
|
|
## 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.
|