Closed litoj closed 9 months ago
Hi @JosefLitos , thank you for offering to help with the plugin.
I've been slacking on maintaining this project for a while. Nowadays I don't even want to write Lua anymore and choose to write Neovim plugins in Python instead :sweat_smile:
This was my first project ever and I didn't have a lot of experience back then, hence the messy spaghetti code.
if you don't mind, I personally prefer to make all the original functions accessible directly
If the end user doesn't have to change their config at all, then please go for it :+1:
Again, thank you for offering to help :heart:
Hi, unfortunately the config change is inevitable either way since the functions for dot repeat were presented in the readme to be copied, not as references to functions already present in the module itself (passable by reference).
Sorry @JosefLitos , due to the changes affect users directly, I don't think I can merge this. This will break existing users config.
I know
fixes #22
this is an implementation with the least changes required, however, if you don't mind, I personally prefer to make all the original functions accessible directly, like this:
↓↓↓
So if you consider this a possibility, I can make those changes too
I simplified the approach taken by gitsigns