From 18924036cb5ea82dd28152e9c9412a446bfc021b Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 10 Dec 2024 06:17:38 +0100 Subject: [PATCH] docs: example. Closes #1845 --- docs/spec/lazy_loading.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/spec/lazy_loading.md b/docs/spec/lazy_loading.md index 992a52d..3e46b77 100644 --- a/docs/spec/lazy_loading.md +++ b/docs/spec/lazy_loading.md @@ -56,8 +56,6 @@ When `[2]` is `nil`, then the real mapping has to be created by the `config()` f keys = { { "ft", "Neotree toggle", desc = "NeoTree" }, }, - config = function() - require("neo-tree").setup() - end, + opts = {}, } ```