Skip to content

Commit 1892403

Browse files
committed
docs: example. Closes #1845
1 parent 362b550 commit 1892403

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/spec/lazy_loading.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ When `[2]` is `nil`, then the real mapping has to be created by the `config()` f
5656
keys = {
5757
{ "<leader>ft", "<cmd>Neotree toggle<cr>", desc = "NeoTree" },
5858
},
59-
config = function()
60-
require("neo-tree").setup()
61-
end,
59+
opts = {},
6260
}
6361
```

0 commit comments

Comments
 (0)