docs: example. Closes #1845
This commit is contained in:
parent
362b550e6a
commit
18924036cb
|
|
@ -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 = {},
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue