chore(doc): auto-generate vimdoc

This commit is contained in:
github-actions[bot]
2023-07-21 06:34:38 +00:00
parent 6ac670196a
commit 895bde43d2

View File

@@ -49,7 +49,7 @@ LAZY.NVIM *auto-save.nvim-installation-lazy.nvim*
{
"okuuva/auto-save.nvim",
cmd = "ASToggle", -- optional for lazy loading on command
event = { "InsertLeave", "TextChanged" } -- optional for lazy loading on trigger events
event = { "InsertLeave", "TextChanged" }, -- optional for lazy loading on trigger events
opts = {
-- your config goes here
-- or just leave it empty :)