Raik Rohde
Raik Rohde
I also thinks it's different enough, because it generates the commits following the Conventional commits Standard. But you are right I will update the readme.
Added Chinese translation and included examples and more information in the README
Yes, the `none.xml` is still created with ```js describe("Empty suite", () => { }); ```
The reason why I needed this was working with temple. There it did not detect changes most of the time so a manual reload was really nice to have!
Same with lazy and newer version ```lua { 'ziontee113/color-picker.nvim', init = function(_) require('color-picker').setup() end, keys = { { 'cp', 'ColorPicker', desc = 'Color picker' }, } } ``` ``` NVIM...