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