mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 05:16:45 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
18924036cb
commit
ebaf4d5134
2 changed files with 2 additions and 6 deletions
|
@ -457,9 +457,7 @@ 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
Add a link
Reference in a new issue