okuuva / auto-save.nvim

🧶 Automatically save your changes in NeoVim
GNU General Public License v3.0
154 stars 8 forks source link

Event for Enabling and Disabling AutoSave #45

Closed uthmanmoh closed 7 months ago

uthmanmoh commented 8 months ago

Would be nice to have an event or callback for when ASToggle is called or when AS is enabled and disabled, similar to how it existed before: https://github.com/pocco81/auto-save.nvim/blob/main/README.md?plain=1#L115-L116.

Thanks for maintaining the fork btw!

primeapple commented 7 months ago

Sorry for the long delay. This is probably a very easy thing to do. I will try to look into it!

Thanks for using the plugin :)

okuuva commented 7 months ago

@1239uth this should now be fixed with #46. Feel free to reopen if you run into any obvious problems with it.