Skip to content

Releases: simone-lungarella/randomize.nvim

0.1.0

31 Dec 11:05

Choose a tag to compare

This release handles basic functionality of the whole plugin. Following the description of the two commands existing:

RandomizeBetween

  1. Select content in different lines in Visual mode;
  2. Run :RandomizeBetween <min> <max>;
  3. The function will replace selected content with random numbers in choosen range.

RandomizeDateBetween

  1. Select content in different lines in Visual mode;
  2. Run :RandomizeDateBetween <yyyy-MM-dd> <yyyy-MM-dd>;
  3. 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