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 = {
|
keys = {
|
||||||
{ "<leader>ft", "<cmd>Neotree toggle<cr>", desc = "NeoTree" },
|
{ "<leader>ft", "<cmd>Neotree toggle<cr>", desc = "NeoTree" },
|
||||||
},
|
},
|
||||||
config = function()
|
opts = {},
|
||||||
require("neo-tree").setup()
|
|
||||||
end,
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue