From e5dcc871491eadc5ed98e633afc519670e71c4a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Dec 2022 22:09:14 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index d420356..c15e84d 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -159,7 +159,6 @@ Plugins will be lazy-loaded when one of the following is `true`: - the plugin only exists as a dependency in your spec - it has an `event`, `cmd`, `ft` or `keys` key -- it defines an `init` method - `config.defaults.lazy == true` @@ -284,7 +283,6 @@ EXAMPLES ~ { "cshuaimin/ssr.nvim", -- init is always executed during startup, but doesn't load the plugin yet. - -- init implies lazy loading init = function() vim.keymap.set({ "n", "x" }, "cR", function() -- this require will automatically load the plugin