chore(doc): auto-generate vimdoc

This commit is contained in:
github-actions[bot]
2023-07-27 14:30:46 +00:00
parent 83c96b11ed
commit 610e72307d

View File

@@ -1,4 +1,4 @@
*auto-save.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 July 21
*auto-save.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 July 27
==============================================================================
Table of Contents *auto-save.nvim-table-of-contents*
@@ -12,14 +12,13 @@ Table of Contents *auto-save.nvim-table-of-contents*
4. Configuration |auto-save.nvim-configuration|
- Condition |auto-save.nvim-configuration-condition|
5. Usage |auto-save.nvim-usage|
6. 🪝 Events / Callbacks |auto-save.nvim-🪝-events-/-callbacks|
6. Events / Callbacks |auto-save.nvim-events-/-callbacks|
7. Contributing |auto-save.nvim-contributing|
8. Acknowledgements |auto-save.nvim-acknowledgements|
==============================================================================
1. Features *auto-save.nvim-features*
- automatically save your changes so the world doesnt collapse
- highly customizable:
- conditionals to assert whether to save or not
@@ -33,7 +32,6 @@ Table of Contents *auto-save.nvim-table-of-contents*
==============================================================================
2. Requirements *auto-save.nvim-requirements*
- Neovim >= 0.8.0
@@ -170,7 +168,6 @@ Buffers that are `nomodifiable` are not saved by default.
Besides running auto-save at startup (if you have `enabled = true` in your
config), you may as well:
- `ASToggle`toggle auto-save
You may want to set up a key mapping for toggling:
@@ -193,12 +190,11 @@ or as part of the `lazy.nvim` plugin spec:
==============================================================================
6. 🪝 Events / Callbacks *auto-save.nvim-🪝-events-/-callbacks*
6. Events / Callbacks *auto-save.nvim-events-/-callbacks*
The plugin fires events at various points during its lifecycle which users can
hook into:
- `AutoSaveWritePre` Just before a buffer is getting saved
- `AutoSaveWritePost` Just after a buffer is getting saved
@@ -228,7 +224,6 @@ If you want more Events, feel free to open an issue.
==============================================================================
7. Contributing *auto-save.nvim-contributing*
- All pull requests are welcome.
- If you encounter bugs please open an issue.
- Please use Conventional Commits <https://www.conventionalcommits.org/en/v1.0.0/> when commiting.