mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 21:36: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 = {
|
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,
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -540,9 +540,7 @@ function.
|
||||||
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…
Add table
Add a link
Reference in a new issue