docs: example. Closes #1845

This commit is contained in:
Folke Lemaitre 2024-12-10 06:17:38 +01:00
parent 362b550e6a
commit 18924036cb
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -56,8 +56,6 @@ When `[2]` is `nil`, then the real mapping has to be created by the `config()` f
keys = {
{ "<leader>ft", "<cmd>Neotree toggle<cr>", desc = "NeoTree" },
},
config = function()
require("neo-tree").setup()
end,
opts = {},
}
```