mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-08-16 02:44:35 +00:00
added recommendations
This commit is contained in:
@@ -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?"***
|
||||
|
||||
Reference in New Issue
Block a user