added recommendations

This commit is contained in:
Pocco81
2021-07-31 12:58:49 -05:00
parent 7ae42195e5
commit b1df927abe
+4
View File
@@ -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?"***