mirror of
https://github.com/NotAShelf/specs.nvim.git
synced 2025-02-22 03:18:02 +00:00
Add list of faders/resizers to readme
This commit is contained in:
parent
0efbbaf5ee
commit
cae798a366
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -38,6 +38,22 @@ require('specs').setup{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Faders:
|
||||||
|
- linear_fader `▁▂▂▃▃▄▄▅▅▆▆▇▇██`
|
||||||
|
- exp_fader `▁▁▁▁▂▂▂▃▃▃▄▄▅▆▇`
|
||||||
|
|
||||||
|
- pulse_fader `▁▂▃▄▅▆▇█▇▆▅▄▃▂▁`
|
||||||
|
|
||||||
|
- empty_fader `▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁`
|
||||||
|
|
||||||
|
Resizers:
|
||||||
|
- shrink_resizer `░░▒▒▓█████▓▒▒░░`
|
||||||
|
|
||||||
|
- slide_resizer `████▓▓▓▒▒▒▒░░░░`
|
||||||
|
|
||||||
|
- empty_resizer `███████████████`
|
||||||
|
|
||||||
You can implement your own custom fader/resizer functions for some pretty cool effects:
|
You can implement your own custom fader/resizer functions for some pretty cool effects:
|
||||||
```lua
|
```lua
|
||||||
require('specs').setup{
|
require('specs').setup{
|
||||||
|
|
Loading…
Add table
Reference in a new issue