Releases: simone-lungarella/randomize.nvim
Releases · simone-lungarella/randomize.nvim
0.1.0
This release handles basic functionality of the whole plugin. Following the description of the two commands existing:
RandomizeBetween
- Select content in different lines in Visual mode;
- Run
:RandomizeBetween <min> <max>; - The function will replace selected content with random numbers in choosen range.
RandomizeDateBetween
- Select content in different lines in Visual mode;
- Run
:RandomizeDateBetween <yyyy-MM-dd> <yyyy-MM-dd>; - The function will replace selected content with random dates in choosen range.
Full Changelog: https://github.com/simone-lungarella/randomize.nvim/commits/0.1.0