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 = {}, } ```