mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 06:57:34 +00:00
docs: example. Closes #1845
This commit is contained in:
parent
362b550e6a
commit
18924036cb
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue