[BUG] No output when `number < 3`
Closed this issue · 1 comments
midrare commented
To reproduce
:lua print(require("lorem").gen_words(1))
- Observe that nothing is outputted
Notes
This happens with any number < 3
.
Config (lazy.nvim)
return {
'derektata/lorem.nvim',
lazy = true,
opts = {
sentenceLength = 'mixedShort',
comma = 0,
},
}