-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way save a file after n number of milliseconds even if the file is modified. #64
Comments
I second this. I think there should be a little wait time before auto saving. |
Maybe a duplicate of #61? |
Upvote from me |
Unsure, what this is about. Could you better describe what you want? It may be fixed within the maintained fork https://github.com/okuuva/auto-save.nvim Disclaimer: I'm the co-author there. |
_The auto-save plugin should feature a debounce mechanism when saving files upon exiting insert mode (or any given trigger events). Currently, it saves after each change, which can be excessive during rapid edits. This debounce would delay saving for a brief period, such as one second, after the last exit from insert mode. This feature would be particularly valuable in situations where hot reloading is utilized, or when file updates trigger browser page refreshes. By introducing a debounce for file saving, it would reduce unnecessary disk writes and potentially improve performance, especially in environments with frequent file modifications._ @primeapple, Nice! Looks like your forked implemented of auto-save has implemented the above feature request as |
No description provided.
The text was updated successfully, but these errors were encountered: