diff --git a/README.md b/README.md index ff10ba4..8a1daf3 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ * [General](#general) * [Conditions](#conditions) * [Hooks](#hooks) + * [Recommendations](#recommendations) * [Contribute](#-contribute) * [Inspirations](#-inspirations) * [License](#-license) @@ -252,6 +253,9 @@ autosave.hook_after_off = function () end ``` +## Recommendations ++ Many other plugins/stuff that you may use rely on using the same events as the ones AutoSave uses by default or may need to interact with the buffer before it's saved. Mainly being plugins for snippets support. If this is your case, consider increasing the `debounce_delay` setting to your needs. + # 🙋 FAQ - Q: ***"How can I view the doc from NeoVim?"***