From b1df927abe94790b4fd1d423ac825c2ac09898e8 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sat, 31 Jul 2021 12:58:49 -0500 Subject: [PATCH] added recommendations --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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?"***