From 64af691be3ebf278c35edd6aa15fe1874a3ea6e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 1 Dec 2022 12:34:59 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 8443a5e..189087a 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -41,6 +41,7 @@ TODO *lazy.nvim-todo* - health checks: check merge conflicts async - unsupported props or props from other managers - rename `run` to `build` +- delete lazy keymaps when a plugin loads - allow setting up plugins through config - task timeout - log file @@ -83,6 +84,7 @@ DIFFERENCES WITH PACKER *lazy.nvim-differences-with-packer* - `requires` => `dependencies` - `as` => `name` - `opt` => `lazy` + - `run` => `build` OTHER NEOVIM PLUGIN MANAGERS IN LUA*lazy.nvim-other-neovim-plugin-managers-in-lua*